Skip to content

Commit 0cdd112

Browse files
author
M.A. Matienzo
committed
.
1 parent 0eb4dea commit 0cdd112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: _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-
<a href="{{ [@id] }}"><img src="{% endraw %}{{ site.baseurl }}{% raw %}/files/buttons/{{ identifier }}.white.svg" title="{{ prefLabel.[@value] }}" /></a>
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><a href="{{ [@id] }}">{{ prefLabel.[@value] }}</a></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)