We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dcab68 + f214a95 commit 97d6799Copy full SHA for 97d6799
app/views/record/_record.html.erb
@@ -59,7 +59,7 @@
59
<h3 class="section-title">Links</h3>
60
<ul class="list-links">
61
<li>
62
- <span class="label">Source:</span> <%= link_to(@record['source'], @record['sourceLink']) %>
+ <%= link_to("Item record", @record['sourceLink']) %> in <%= @record['source'] %>
63
</li>
64
65
<% if @record['links'].present? %>
0 commit comments