Sha256: c74fed582e5be69966bdeece8bb25135b8e2272568d1b798fe642badecf2f9d5

Contents?: true

Size: 854 Bytes

Versions: 13

Compression:

Stored size: 854 Bytes

Contents

<% provide :page_header do %>
  <h1><span class="fa fa-sitemap"></span><%= t('.manage_embargoes') %></h1>
<% end %>

<div class="panel panel-default">
  <div class="panel-body">
    <ul class="nav nav-tabs">
      <li class="active"><a href="#active" data-toggle="tab"><%= t('.active') %></a></li>
      <li><a href="#expired" data-toggle="tab"><%= t('.expired') %></a></li>
      <li><a href="#deactivated" data-toggle="tab"><%= t('.deactivated') %></a></li>
    </ul>
    <div class="tab-content">
      <div class="tab-pane active" id="active">
        <%= render "list_active_embargoes" %>
      </div>
      <div class="tab-pane" id="expired">
        <%= render "list_expired_active_embargoes" %>
      </div>
      <div class="tab-pane" id="deactivated">
        <%= render "list_deactivated_embargoes" %>
      </div>
    </div>
  </div>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

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