Sha256: 593923d560486f54f421bd5e855873843a788a843afc2d32bf99e6eb58608fe5

Contents?: true

Size: 1.08 KB

Versions: 12

Compression:

Stored size: 1.08 KB

Contents

<% provide :page_title, t("hyrax.admin.sidebar.collections") %>

<% provide :head do %>
  <%= rss_feed_link_tag route_set: hyrax %>
  <%= atom_feed_link_tag route_set: hyrax %>
<% end %>

<%= javascript_tag do %>
  <%= render partial: 'scripts', formats: [:js] %>
<% end %>

<% provide :page_header do %>
  <h1><span class="fa fa-folder-open"></span> <%= t("hyrax.admin.sidebar.collections") %></h1>
  <div class="pull-right">
    <% if can?(:create, Collection) %>
      <%= link_to(
            t(:'helpers.action.collection.new'),
            hyrax.new_dashboard_collection_path,
            class: 'btn btn-primary'
          ) %>
    <% end %>
  </div>
<% end %>

<div class="row">
  <div class="col-md-12">
    <div class="panel panel-default<%= ' tabs' if can?(:read, :admin_dashboard) %>">
      <%= render 'tabs' if can?(:read, :admin_dashboard) %>
      <div class="panel-body">
        <%= render 'search_header' %>
        <h2 class="sr-only">Collections listing</h2>
        <%= render 'hyrax/my/document_list' %>

        <%= render 'results_pagination' %>
      </div>
    </div>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-2.0.3 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.2 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.1 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.0 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/my/collections/index.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/my/collections/index.html.erb