Skip to content

Commit

Permalink
Adding cross-reference-link class for GTM tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
erinesullivan committed Oct 9, 2023
1 parent c7009d3 commit fcf38ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/authors.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dt>See:</dt>
<% end %>
<dd>
<a href="<%= cr.url%>"><%=cr.author_display%></a> (<%=cr.record_text%>)
<a href="<%= cr.url%>" class="cross-reference-link"><%=cr.author_display%></a> (<%=cr.record_text%>)
<% if cr.heading_link? %>
<%= erb :'components/external_link', locals: { url: cr.heading_link, text: 'About this author', classes: 'vernacular pipe' } %>
<% end %>
Expand Down

0 comments on commit fcf38ac

Please sign in to comment.