Sha256: 8325d3572a8d8490a9a58dbe73c66b12887ffffccf7d7bff7870c75319e1af61

Contents?: true

Size: 858 Bytes

Versions: 15

Compression:

Stored size: 858 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 %>

<script>
//<![CDATA[

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

//]]>
</script>

<% provide :page_header do %>
  <h1><span class="fa fa-file" aria-hidden="true"></span> <%= t("hyrax.admin.sidebar.works") %></h1>
<% end %>

<div class="row">
  <div class="col-md-12">
    <div class="card<%= ' tabs' if can?(:read, :admin_dashboard) %>">
      <%= render 'tabs' if can?(:read, :admin_dashboard) %>
      <div class="card-body">
        <%= render 'search_header' %>
        <h2 class="sr-only"><%= t('hyrax.admin.sidebar.works_listing') %></h2>
        <%= render 'document_list' %>

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/my/index.html.erb
hyrax-5.0.4 app/views/hyrax/my/index.html.erb
hyrax-5.0.3 app/views/hyrax/my/index.html.erb
hyrax-5.0.2 app/views/hyrax/my/index.html.erb
hyrax-5.0.1 app/views/hyrax/my/index.html.erb
hyrax-5.0.0 app/views/hyrax/my/index.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/my/index.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/my/index.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/my/index.html.erb
hyrax-4.0.0 app/views/hyrax/my/index.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/my/index.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/my/index.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/my/index.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/my/index.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/my/index.html.erb