Sha256: edfbf81170d963e93f2212e08924a50c94c6a3575f25925fcc3a2973b04f7bbf

Contents?: true

Size: 848 Bytes

Versions: 7

Compression:

Stored size: 848 Bytes

Contents

<% provide :page_header do %>
  <h1><span class="fa fa-sitemap"></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

7 entries across 7 versions & 1 rubygems

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