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.3.2 app/views/embargoes/index.html.erb
curation_concerns-1.3.1 app/views/embargoes/index.html.erb
curation_concerns-1.3.0 app/views/embargoes/index.html.erb
curation_concerns-1.2.0 app/views/embargoes/index.html.erb
curation_concerns-1.1.2 app/views/embargoes/index.html.erb
curation_concerns-1.1.1 app/views/embargoes/index.html.erb
curation_concerns-1.1.0 app/views/embargoes/index.html.erb
curation_concerns-1.0.0 app/views/embargoes/index.html.erb
curation_concerns-1.0.0.beta10 app/views/embargoes/index.html.erb
curation_concerns-1.0.0.beta9 app/views/embargoes/index.html.erb
curation_concerns-1.0.0.beta8 app/views/embargoes/index.html.erb
curation_concerns-1.0.0.beta7 app/views/embargoes/index.html.erb
curation_concerns-1.0.0.beta6 app/views/embargoes/index.html.erb
curation_concerns-1.0.0.beta5 app/views/embargoes/index.html.erb
curation_concerns-1.0.0.beta4 app/views/embargoes/index.html.erb
curation_concerns-1.0.0.beta3 app/views/embargoes/index.html.erb
curation_concerns-1.0.0.beta2 app/views/embargoes/index.html.erb
curation_concerns-1.0.0.beta1 app/views/embargoes/index.html.erb
curation_concerns-0.14.0 app/views/embargoes/index.html.erb
curation_concerns-0.14.0.pre4 app/views/embargoes/index.html.erb