Sha256: 9f795658c9efb3a326a382ffb80c3ebabe56a0c5080d92a4dd2cc0d20542a4b6

Contents?: true

Size: 936 Bytes

Versions: 29

Compression:

Stored size: 936 Bytes

Contents

<% id = document.id %>
<tr id="document_<%= id %>">
  <td>&nbsp;
    <% if current_user and document.depositor != current_user.user_key %>
      <i class="glyphicon glyphicon-share-alt" />
    <% end %>
  </td>
  <td>
    <div class="media">
      <%= link_to [main_app, document], class: "media-left" do %>
        <%= render_thumbnail_tag document, { class: "hidden-xs file_listing_thumbnail" }, { suppress_link: true } %>
      <% end %>
      <div class="media-body">
        <p class="media-heading">
          <strong><%= link_to document.title_or_label, [main_app, document], id: "src_copy_link#{id}", class: "#{'document-title' if document.title_or_label == document.label}" %></strong>
        </p>
        <%= render_collection_links(document) %>
      </div>
    </div>
  </td>
  <td class="text-center"><%= document.date_uploaded %> </td>
  <td class="text-center">
    <%= render_visibility_link(document) %>
  </td>
</tr>

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.9.5 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.9.4 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.9.3 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.9.2 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.9.1 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.9.0 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.8.0 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.7.2 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.7.1 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.7.0 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.6.0 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.5.1 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.5.0 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.4.1 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.4.0 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.3.3 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.3.2 app/views/hyrax/collections/_show_document_list_row.html.erb
hyrax-2.3.1 app/views/hyrax/collections/_show_document_list_row.html.erb