VIVO-371 RDF link should be based on /individual, not /display

Removing Tim's "quick fix" in the template and fixing it in the TemplateModel.
This commit is contained in:
j2blake 2013-10-16 14:29:28 -04:00
parent 42e765f890
commit bec7c7e872

View file

@ -126,7 +126,7 @@
<#if rdfUrl??>
<script>
var individualRdfUrl = '${rdfUrl?replace("display","individual")}';
var individualRdfUrl = '${rdfUrl}';
</script>
</#if>
<script>