Sha256: f6fc98eda9f1fe9b28ea6005805a0d08ca4ecf8958cc191708e712df1c86bfc5

Contents?: true

Size: 842 Bytes

Versions: 26

Compression:

Stored size: 842 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="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

26 entries across 26 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/views/hyrax/my/index.html.erb
hyrax-2.9.5 app/views/hyrax/my/index.html.erb
hyrax-2.9.4 app/views/hyrax/my/index.html.erb
hyrax-2.9.3 app/views/hyrax/my/index.html.erb
hyrax-2.9.2 app/views/hyrax/my/index.html.erb
hyrax-2.9.1 app/views/hyrax/my/index.html.erb
hyrax-2.9.0 app/views/hyrax/my/index.html.erb
hyrax-2.8.0 app/views/hyrax/my/index.html.erb
hyrax-2.7.2 app/views/hyrax/my/index.html.erb
hyrax-2.7.1 app/views/hyrax/my/index.html.erb
hyrax-2.7.0 app/views/hyrax/my/index.html.erb
hyrax-2.6.0 app/views/hyrax/my/index.html.erb
hyrax-2.5.1 app/views/hyrax/my/index.html.erb
hyrax-2.5.0 app/views/hyrax/my/index.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/my/index.html.erb
hyrax-2.4.1 app/views/hyrax/my/index.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/my/index.html.erb
hyrax-2.4.0 app/views/hyrax/my/index.html.erb
hyrax-2.3.3 app/views/hyrax/my/index.html.erb
hyrax-2.3.2 app/views/hyrax/my/index.html.erb