Skip to content

Commit

Permalink
Renamed file to only target the collection wrapper and not the whole …
Browse files Browse the repository at this point in the history
…masonry view.
  • Loading branch information
mtribone committed Sep 20, 2016
1 parent 10b1afe commit 889832d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
<div class="masonry document col-xs-6 col-md-3">
<div class="thumbnail">
<%= collection_thumbnail(document, {}, :counter => document_counter_with_offset(document_counter)) %>
<% collection_thumbnail(document, {}, :counter => document_counter_with_offset(document_counter)) %>
<div class="caption">
<%= render_document_partials document, blacklight_config.view_config(:masonry).partials, :document_counter => document_counter %>
</div>
Expand Down

0 comments on commit 889832d

Please sign in to comment.