Skip to content

Commit

Permalink
Don't pass in the default values
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 30, 2018
1 parent 2a23401 commit 721c3b3
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 721c3b3

Please sign in to comment.