Sha256: 2852fa898ffd15d211b1239929cfffb80d59098b019751e4f3979f5ae843e22a

Contents?: true

Size: 630 Bytes

Versions: 73

Compression:

Stored size: 630 Bytes

Contents

<h1>Manage Embargoes</h1>

<ul class="nav nav-tabs">
    <li class="active"><a href="#active" data-toggle="tab">All Active Embargoes</a></li>
    <li><a href="#expired" data-toggle="tab">Expired Active Embargoes</a></li>
    <li><a href="#deactivated" data-toggle="tab">Deactivated Embargoes</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>

Version data entries

73 entries across 73 versions & 2 rubygems

Version Path
curation_concerns-1.7.8 app/views/embargoes/index.html.erb
curation_concerns-1.7.7 app/views/embargoes/index.html.erb
curation_concerns-2.0.0 app/views/embargoes/index.html.erb
curation_concerns-2.0.0.rc2 app/views/embargoes/index.html.erb
curation_concerns-1.7.6 app/views/embargoes/index.html.erb
curation_concerns-1.7.5 app/views/embargoes/index.html.erb
curation_concerns-1.7.4 app/views/embargoes/index.html.erb
curation_concerns-1.7.3 app/views/embargoes/index.html.erb
curation_concerns-1.7.2 app/views/embargoes/index.html.erb
curation_concerns-2.0.0.rc1 app/views/embargoes/index.html.erb
curation_concerns-1.7.1 app/views/embargoes/index.html.erb
curation_concerns-1.7.0 app/views/embargoes/index.html.erb
curation_concerns-1.7.0.beta1 app/views/embargoes/index.html.erb
curation_concerns-1.6.3 app/views/embargoes/index.html.erb
curation_concerns-1.6.2 app/views/embargoes/index.html.erb
curation_concerns-1.6.1 app/views/embargoes/index.html.erb
curation_concerns-1.6.0 app/views/embargoes/index.html.erb
curation_concerns-1.5.0 app/views/embargoes/index.html.erb
curation_concerns-1.4.0 app/views/embargoes/index.html.erb
curation_concerns-1.3.3 app/views/embargoes/index.html.erb