Sha256: 0fd0f0d483b0a9b70dfc361f2384a4eebddf2a3ea18848fd3a64aaad6fa4782f
Contents?: true
Size: 603 Bytes
Versions: 2
Compression:
Stored size: 603 Bytes
Contents
<%= cache [@exhibit, search, I18n.locale] do %> <div class="col-md-4 col-12 category"> <%= link_to spotlight.exhibit_browse_path(@exhibit, search) do %> <div class="image-overlay"> <%= image_tag(search.thumbnail_image_url || 'spotlight/default_browse_thumbnail.jpg', class: 'img-responsive') %> <div class="text-overlay"> <h2 class="browse-category-title"> <%= search.title%> <small><%= t :'spotlight.browse.search.item_count', count: search.count %></small> </h2> </div> </div> <% end %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-3.0.0.alpha.2 | app/views/spotlight/browse/_search.html.erb |
blacklight-spotlight-3.0.0.alpha.1 | app/views/spotlight/browse/_search.html.erb |