Sha256: cf4bfe982e09b59f77df994ba394b8b2f060b93e85e8b514231947951dcacc5a

Contents?: true

Size: 876 Bytes

Versions: 1

Compression:

Stored size: 876 Bytes

Contents

<% id = presenter.id %>

<section class="collection-title-row-wrapper"
  data-source="my"
  data-id="<%= id %>"
  data-colls-hash="<%= presenter.available_parent_collections(scope: controller) %>"
  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">
      <h3 class="collection-title">
        <% # List multiple titles %>
        <% presenter.title.each_with_index do |title, index| %>
          <span><%= title %></span>
        <% end %>
      </h3>
      <%= presenter.permission_badge %>
      <span class="label label-success">
        <%= presenter.collection_type_badge %>
      </span>
    </div>
    <div class="collection-title-row-content">
      <%= render 'show_actions', presenter: presenter %>
    </div>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

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