<%= link_to raw(' Delete File'), sufia.generic_file_path(id),
class: 'itemicon itemtrash', title: 'Delete File', method: :delete, data: {
confirm: "Deleting a file from #{t('sufia.product_name')} is permanent. Click OK to delete this file from #{t('sufia.product_name')}, or Cancel to cancel this operation" } %>
<%= display_trophy_link(@user, id) do |text| %>
<%= text %>
<% end %>
<%= link_to raw(' Transfer Ownership of File'), sufia.new_generic_file_transfer_path(id), class: 'itemicon itemtransfer', title: 'Transfer Ownership of File' if gf.depositor == @user.user_key %>