<% noid = document.noid %> "> <% gf = GenericFile.load_instance_from_solr(document.id) %> <%= batch_edit_select(document) %>  <%# This block is for adding/removing the magic wand while batch updates are processing %> <% if gf.processing? %> <% elsif gf.depositor != @user.user_key %> <% end %>
<%= link_to sufia.generic_file_path(document), class: "pull-left", "aria-hidden" => true do %> <%= render_thumbnail_tag document, { class: "hidden-xs file_listing_thumbnail" }, { suppress_link: true } %> <% end %>
<%= link_to sufia.generic_file_path(noid), id: "src_copy_link#{noid}", class: "#{'document-title' if document.title_or_label == document.label}" do %> <%= t("sufia.dashboard.my.sr.show_label") %> <%= document.title_or_label %> <% end %> <%= "#{t("sufia.dashboard.my.sr.detail_label")} #{document.title_or_label}" %>
<%= render_collection_list(gf) %>
<%= document.date_uploaded %> <%= render_visibility_link document %> <%= render partial: 'action_menu', locals: { noid: noid, gf: gf } %>
File Name:
<%= link_to document.label, sufia.generic_file_path(noid) %>
File Format:
<%= document.file_format %>JPG
Creator:
<%= document.creator %>
Depositor:
<%= link_to_profile document.depositor %>
Edit Access:
<% if document.edit_groups.present? %> Groups: <%= document.edit_groups.join(', ') %>
<% end %> Users: <%= document.edit_people.join(', ') %>