Sha256: 0bdd928863357fc77faf05916d2de5f698c8d7319d81155215b702ba9e27d8a8

Contents?: true

Size: 765 Bytes

Versions: 1

Compression:

Stored size: 765 Bytes

Contents

<%# copy (with some changes) of  blacklight-gallery/app/views/catalog/_index_gallery %>
<%# need this partial or catalog#index will attempt to render blacklight-maps/index_map %>
<%# whenever rendering a doc with 'map' as the value of blacklight_config.display_type_field %>
<div class="document col-xs-6 col-sm-4 col-md-4 <%= cycle('new_row', '', '', name: 'desktop_row_class') %> <%= cycle('new_row_device', '', name: 'device_row_class') %>">
  <div class="thumbnail">
    <%= render_thumbnail_tag(document, {}, :counter => document_counter_with_offset(document_counter)) %>
    <div class="caption">
      <%= render_document_partials document, blacklight_config.view_config(:gallery).partials, :document_counter => document_counter %>
    </div>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
commonwealth-vlr-engine-0.0.1 app/views/catalog/_index_gallery.html.erb