Skip to content

Commit f214a95

Browse files
committed
Updates link text for source on record pages
Why are these changes being introduced: * As currently displayed, the full record view Source links could be interpreted as going to the root of the source repository rather than the individual record within the repository and thus might seem of little value to end users. Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/RDI-240 How does this address that need: * Provides a clearer link label to the Item record in the source
1 parent 8dcab68 commit f214a95

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)