Sha256: 5f5c77378d9985478cce12b11f5a95c1d4bfbbd75ee13bbe3862c64ad49f6acd

Contents?: true

Size: 550 Bytes

Versions: 2

Compression:

Stored size: 550 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>
    <button class="btn btn-xs btn-danger remove-from-collection-button" <%= "disabled" unless can? :edit, document.id %>><%= t('hyrax.collections.show.buttons.remove_from_collection') %></button>
  </div>
</li>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hyrax-2.1.0.rc1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb