Sha256: 6b778601448914ced9cdcab3753bcbff1c3c16bf9e166b341cfa78ed1b6360d0

Contents?: true

Size: 823 Bytes

Versions: 7

Compression:

Stored size: 823 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"></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

7 entries across 7 versions & 1 rubygems

Version Path
hyrax-2.2.0 app/views/hyrax/my/index.html.erb
hyrax-2.1.0 app/views/hyrax/my/index.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/my/index.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/my/index.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/my/index.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/my/index.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/my/index.html.erb