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

Version Path
hyrax-3.0.0.pre.rc2 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.8.0 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.7.2 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.7.1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.7.0 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.6.0 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.5.1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.5.0 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.4.1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.4.0 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.3.3 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.3.2 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.3.1 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.3.0 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.2.4 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb
hyrax-2.2.3 app/views/hyrax/dashboard/collections/_show_parent_collection_row.html.erb