Sha256: e9a29db239f3b739044fe134f1c36ee7e6da4dca37a0e314a4024efa30b37314
Contents?: true
Size: 802 Bytes
Versions: 52
Compression:
Stored size: 802 Bytes
Contents
<% if featured_pages_block.pages? %> <div class="spotlight-flexbox browse-categories categories-<%= featured_pages_block.pages.length %>" data-sidebar='<%= @page.display_sidebar? %>'> <% featured_pages_block.pages.each_with_index do |page, index| %> <div class="box category-<%= (index + 1) %>"> <%= link_to [page.exhibit, page] do %> <div class="browse-category" style='background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)) <%= ", url(\"#{page.thumbnail.image.thumb}\")" if page.thumbnail %>'> <div class="category-caption"> <p class="category-title"> <%= page.title %> </p> </div> </div> <% end %> </div> <% end %> </div> <% end %>
Version data entries
52 entries across 52 versions & 1 rubygems