Sha256: c24e45417b2d41eec6ff1cd08b86898c80f6027130fefebc1385627d94c72f92

Contents?: true

Size: 819 Bytes

Versions: 13

Compression:

Stored size: 819 Bytes

Contents

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

<% 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-file"></span> <%= t("hyrax.admin.sidebar.works") %></h1>
<% 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">Works listing</h2>
        <%= render 'document_list' %>

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

Version data entries

13 entries across 13 versions & 1 rubygems

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