Skip to content

Commit 97d6799

Browse files
authored
Merge pull request #68 from MITLibraries/rdi-240-sourcelinks-in-record-view
Updates link text for source on record pages
2 parents 8dcab68 + f214a95 commit 97d6799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/record/_record.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<h3 class="section-title">Links</h3>
6060
<ul class="list-links">
6161
<li>
62-
<span class="label">Source:</span> <%= link_to(@record['source'], @record['sourceLink']) %>
62+
<%= link_to("Item record", @record['sourceLink']) %> in <%= @record['source'] %>
6363
</li>
6464
6565
<% if @record['links'].present? %>

0 commit comments

Comments
 (0)