updating editor and review role list views for new property relating the role to the activity
This commit is contained in:
parent
cd088e325d
commit
01a90eb20d
2 changed files with 6 additions and 21 deletions
|
@ -15,15 +15,7 @@
|
|||
next statement -->
|
||||
<#macro showRole statement property>
|
||||
<#local linkedIndividual>
|
||||
<#if statement.infoResource??>
|
||||
<#if statement.activity??>
|
||||
<a href="${profileUrl(statement.infoResource)}">${statement.infoResourceLabel!statement.infoResourceName}</a> <a href="${profileUrl(statement.activity)}">${statement.activityLabel!statement.activityName}</a>
|
||||
<#else>
|
||||
<a href="${profileUrl(statement.infoResource)}">${statement.infoResourceLabel!statement.infoResourceName}</a>
|
||||
</#if>
|
||||
<#elseif statement.activity??>
|
||||
<a href="${profileUrl(statement.activity)}">${statement.activityLabel!statement.activityName}</a>
|
||||
</#if>
|
||||
<a href="${profileUrl(statement.activity)}">${statement.activityLabel!statement.activityName}</a>
|
||||
</#local>
|
||||
|
||||
<#local dateTime>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue