Skip to content

Commit

Permalink
Merge 721c3b3 into 2a23401
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored Oct 30, 2018
2 parents 2a23401 + 721c3b3 commit 7cf91df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/catalog/_index_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<%= t('blacklight.search.documents.counter', counter: counter) %>
</span>
<% end %>
<%= link_to_document document, document_show_link_field(document), counter: counter %>
<%= link_to_document document, counter: counter %>
</h3>
<%= document_actions %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/catalog/_show_more_like_this.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<li class="more_like_this_document">
<span class="mlt_title"><%= link_to_document document, document_show_link_field(document) %></span>
<span class="mlt_title"><%= link_to_document document %></span>
</li>

0 comments on commit 7cf91df

Please sign in to comment.