NIHVIVO-1376 Small tweak so title of rdf link is dynamically generated using the current class of individual being displayed (Tim's original intent)
This commit is contained in:
parent
0f62fadd23
commit
150ef43cf3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ${stylesheets.add("/css/browseIndex.css")}
|
|||
<div class="individualList">
|
||||
<h2>${title}
|
||||
<span class="rdfLink">
|
||||
<a class="icon-rdf" href="${redirecturl}" title="View the Non-Academic list in RDF format">RDF</a>
|
||||
<a class="icon-rdf" href="${redirecturl}" title="View the ${title} list in RDF format">RDF</a>
|
||||
</span>
|
||||
</h2>
|
||||
<#if subtitle??>
|
||||
|
|
Loading…
Add table
Reference in a new issue