Sha256: e008185beb27a25ed9d46a2a8f97199db10baaf4243e2cf0c85594175761fb12
Contents?: true
Size: 775 Bytes
Versions: 3
Compression:
Stored size: 775 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"> <span class="title"><%= search.title%></span> <% if search.subtitle.present? %><span class="category-subtitle"><%= search.subtitle %></span><% end %> <small class="item-count"><%= t :'spotlight.browse.search.item_count', count: search.count %></small> </h2> </div> </div> <% end %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems