Sha256: edf31e2025d7b04a31647e7e8a3b6b93533f67e15137e7a88148e83c32b1c6aa

Contents?: true

Size: 559 Bytes

Versions: 1

Compression:

Stored size: 559 Bytes

Contents

<% counter = document_counter_with_offset(document_counter) %>

<tr class="document-row <%= render_document_class document %>" itemscope itemtype="<%= document.itemtype %>">
  <td class="counter"><%= counter %></td>
  <td class="index_title"><%= link_to_document document, label:document_show_link_field(document) %></td>
  <td>
    <%= render_index_doc_actions document, wrapping_class: "index-document-functions col-sm-3 col-lg-2" %>
  </td>
<% fields.each do |key, config| %>
  <td><%= render_index_field_value document, field: key %></td> 
<% end %>
</tr>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-table-0.0.1 app/views/catalog/_document_row.html.erb