Skip to content

Commit

Permalink
Merge pull request #100 from mlibrary/LIBSEARCH-919-add-a-class-to-au…
Browse files Browse the repository at this point in the history
…thor-browse-links-for-ga-tracking

[LIBSEARCH-919] Add a class to Author browse links for GA tracking
  • Loading branch information
erinesullivan authored Oct 10, 2023
2 parents c7009d3 + fcf38ac commit e86d886
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 e86d886

Please sign in to comment.