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-0.14.0.pre3 app/views/embargoes/index.html.erb
curation_concerns-0.14.0.pre2 app/views/embargoes/index.html.erb
curation_concerns-0.14.0.pre1 app/views/embargoes/index.html.erb
curation_concerns-0.13.1 app/views/embargoes/index.html.erb
curation_concerns-0.13.0 app/views/embargoes/index.html.erb
curation_concerns-0.12.0 app/views/embargoes/index.html.erb
curation_concerns-0.12.0.pre9 app/views/embargoes/index.html.erb
curation_concerns-0.12.0.pre8 app/views/embargoes/index.html.erb
curation_concerns-0.12.0.pre7 app/views/embargoes/index.html.erb
curation_concerns-0.12.0.pre6 app/views/embargoes/index.html.erb
curation_concerns-0.12.0.pre5 app/views/embargoes/index.html.erb
curation_concerns-0.12.0.pre4 app/views/embargoes/index.html.erb
curation_concerns-0.12.0.pre3 app/views/embargoes/index.html.erb
curation_concerns-0.12.0.pre2 app/views/embargoes/index.html.erb
curation_concerns-0.12.0.pre1 app/views/embargoes/index.html.erb
curation_concerns-0.11.0 app/views/embargoes/index.html.erb
curation_concerns-0.11.0.rc1 app/views/embargoes/index.html.erb
curation_concerns-0.10.0 app/views/embargoes/index.html.erb
curation_concerns-0.9.0 app/views/embargoes/index.html.erb
curation_concerns-0.8.0 app/views/embargoes/index.html.erb