Sha256: f8f541f82ec5216eeea0d88cc4ad5dacc2974cdd9072dedd8bf3ceda23e50a9c

Contents?: true

Size: 926 Bytes

Versions: 15

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-sm btn-danger remove-from-collection-button"><%= t('hyrax.collections.show.buttons.remove_from_collection') %></button>
      <% else %>
        <%= link_to "#",
                    class: 'btn btn-sm 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

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-5.0.4 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-5.0.3 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-5.0.2 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-5.0.1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb