Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit 6e7b6f3

Browse files
authored
Issue #1893
Update link in e-journal holdings to display license terms.
1 parent 79749a5 commit 6e7b6f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/views/catalog/_holdings.html.erb

+6-1
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,13 @@
128128
app.
129129
</p>
130130
<% if @document[:issn_t] %>
131+
<p style="font-size:100%">
132+
<a href="https://license-terms.library.ualberta.ca/terms/?issn=<%= @document[:issn_t].first %>" target="_blank">
133+
<strong>Read License Terms for this Item</strong>
134+
</a>
135+
</p>
131136
<p style="font-size:70%">
132-
<a href="https://erms.library.ualberta.ca/coral/terms/?issn=<%= @document[:issn_t].first %>" target="_blank">
137+
<a href="https://license-terms.library.ualberta.ca/terms/?issn=<%= @document[:issn_t].first %>" target="_blank">
133138
ill
134139
</a>
135140
</p>

0 commit comments

Comments
 (0)