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:
nac26 2011-01-14 17:29:44 +00:00
parent 0f62fadd23
commit 150ef43cf3

View file

@ -8,7 +8,7 @@ ${stylesheets.add("/css/browseIndex.css")}
<div class="individualList">
<h2>${title}
&nbsp;<span class="rdfLink">&nbsp;
<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??>