Sha256: 3f73a99ee4704658f7c40a99adad1752030b5e75b435b13f40264c6b1b1662a3
Contents?: true
Size: 612 Bytes
Versions: 7
Compression:
Stored size: 612 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', alt: '') %> <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
7 entries across 7 versions & 1 rubygems