Sha256: 30bfd693293a59be777ed46f40f1ea608d34a54bd94ea85aed1156879718528a

Contents?: true

Size: 867 Bytes

Versions: 42

Compression:

Stored size: 867 Bytes

Contents

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

<div class="panel panel-default tabs">
  <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="panel-body">
    <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

42 entries across 42 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/embargoes/index.html.erb
hyrax-3.5.0 app/views/hyrax/embargoes/index.html.erb
hyrax-3.4.2 app/views/hyrax/embargoes/index.html.erb
hyrax-3.4.1 app/views/hyrax/embargoes/index.html.erb
hyrax-3.4.0 app/views/hyrax/embargoes/index.html.erb
hyrax-3.3.0 app/views/hyrax/embargoes/index.html.erb
hyrax-3.2.0 app/views/hyrax/embargoes/index.html.erb
hyrax-2.9.6 app/views/hyrax/embargoes/index.html.erb
hyrax-3.1.0 app/views/hyrax/embargoes/index.html.erb
hyrax-2.9.5 app/views/hyrax/embargoes/index.html.erb
hyrax-3.0.2 app/views/hyrax/embargoes/index.html.erb
hyrax-3.0.1 app/views/hyrax/embargoes/index.html.erb
hyrax-3.0.0 app/views/hyrax/embargoes/index.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/embargoes/index.html.erb
hyrax-2.9.4 app/views/hyrax/embargoes/index.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/embargoes/index.html.erb
hyrax-2.9.3 app/views/hyrax/embargoes/index.html.erb
hyrax-2.9.2 app/views/hyrax/embargoes/index.html.erb
hyrax-2.9.1 app/views/hyrax/embargoes/index.html.erb
hyrax-2.9.0 app/views/hyrax/embargoes/index.html.erb