Sha256: 4bb2b743733022ad930478ea7fb69f9f12eef50a92b4f64eda4b93384ee8a4b0
Contents?: true
Size: 818 Bytes
Versions: 18
Compression:
Stored size: 818 Bytes
Contents
<% id = presenter.id %> <section class="collection-title-row-wrapper" data-source="my" data-id="<%= id %>" data-colls-hash="<%= available_parent_collections_data(collection: presenter) %>" data-post-url="<%= hyrax.dashboard_create_nest_collection_within_path(id) %>" data-post-delete-url="<%= hyrax.dashboard_collection_path(id) %>"> <div class="collection-title-row-content"> <h2 class="collection-title"> <% # List multiple titles %> <% presenter.title.each_with_index do |title, index| %> <span><%= title %></span> <% end %> </h2> <%= presenter.permission_badge %> <%= presenter.collection_type_badge %> </div> <div class="collection-title-row-content"> <%= render 'show_actions', presenter: presenter %> </div> </section>
Version data entries
18 entries across 18 versions & 1 rubygems