Skip to content

Commit b31e7bd

Browse files
author
M.A. Matienzo
committed
Make statement title and logos clickable from vocab/collection pages
closes #145
1 parent b599578 commit b31e7bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/collection.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<div class="row">
77
<div class="large-4 columns">
88
<div class="statement-iconcolumn">
9-
<img src="{% endraw %}{{ site.baseurl }}{% raw %}/files/buttons/{{ identifier }}.white.svg" title="{{ prefLabel.[@value] }}" />
9+
<a href="http://rightsstatements.org/page/{{ identifier }}/{% endraw %}{{ site.rights_data_version }}/?language={{ page.lang }}"><img src="{{ site.baseurl }}{% raw %}/files/buttons/{{ identifier }}.white.svg" title="{{ prefLabel.[@value] }}" /></a>
1010
</div>
1111
</div>
1212
<div class="large-8 columns">
13-
<h3>{{ prefLabel.[@value] }}</h3>
13+
<h3><a href="http://rightsstatements.org/page/{{ identifier }}/{% endraw %}{{ site.rights_data_version }}?/language={{ page.lang }}">{% raw %}{{ prefLabel.[@value] }}</a></h3>
1414
<p>{{ scopeNote.[@value] }}</p>
1515
<p>URI: {{a [@id] }}</p>
1616
</div>

0 commit comments

Comments
 (0)