Sha256: 75d2df452724225866b1a9eba9dd6cac9de2cec19875cae3efec7b0c1b159430
Contents?: true
Size: 926 Bytes
Versions: 47
Compression:
Stored size: 926 Bytes
Contents
<li data-id="<%= id %>" data-parent-id="<%= document.id %>" data-post-url="<%= hyrax.dashboard_remove_parent_relationship_above_path(id, document.id) %>"> <div class="flex-wrapper"> <div class="collections-list-title"> <%= link_to document, [hyrax, :dashboard, document], id: "src_copy_link_#{document.id}" %> </div> <% if can? :edit, id %> <% if can? :edit, document.id %> <button class="btn btn-xs btn-danger remove-from-collection-button"><%= t('hyrax.collections.show.buttons.remove_from_collection') %></button> <% else %> <%= link_to "#", class: 'btn btn-xs btn-danger remove-parent-from-collection-deny-button', title: t('hyrax.collections.show.buttons.remove_from_collection') do %> <%= t('hyrax.collections.show.buttons.remove_from_collection') %> <% end %> <% end %> <% end %> </div> </li>
Version data entries
47 entries across 47 versions & 1 rubygems