Sha256: b5a89ae77ed765366478abadac092f5f9921bf6630b8e139c81b7d8c3d1dc18e

Contents?: true

Size: 533 Bytes

Versions: 7

Compression:

Stored size: 533 Bytes

Contents

<div class="row identifier-and-action">
  <div class="col-md-2 list-number">
    <%= document_counter_with_offset(counter) if defined?(counter) %>
    <%= render partial: 'catalog/_index_partials/type_display', locals: {document: document} %>
  </div>

  <div class="col-md-6 search-result-link">
    <%= link_to_document document, label: document_show_link_field(document), counter: counter %>
  </div>

  <div class="col-md-4 search-result-actions">
    <%= render 'collections/action_menu', document: document %>
  </div>
</div>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
curation_concerns-0.1.0 app/views/collections/_identifier_and_action.html.erb
worthwhile-0.1.2 app/views/collections/_identifier_and_action.html.erb
worthwhile-0.1.1 app/views/collections/_identifier_and_action.html.erb
worthwhile-0.1.0 app/views/collections/_identifier_and_action.html.erb
worthwhile-0.0.3 app/views/collections/_identifier_and_action.html.erb
worthwhile-0.0.2 app/views/collections/_identifier_and_action.html.erb
worthwhile-0.0.1 app/views/collections/_identifier_and_action.html.erb