Sha256: 0e3c689344e70012d17801af438825b3a9e80b079bea2b669e690262070a6755

Contents?: true

Size: 609 Bytes

Versions: 71

Compression:

Stored size: 609 Bytes

Contents

<h1>Manage Leases</h1>

<ul class="nav nav-tabs">
    <li class="active"><a href="#active" data-toggle="tab">All Active Leases</a></li>
    <li><a href="#expired" data-toggle="tab">Expired Active Leases</a></li>
    <li><a href="#deactivated" data-toggle="tab">Deactivated Leases</a></li>
</ul>
<div class="tab-content">
  <div class="tab-pane active" id="active">
    <%= render "list_active_leases" %>
  </div>
  <div class="tab-pane" id="expired">
    <%= render "list_expired_active_leases" %>
  </div>
  <div class="tab-pane" id="deactivated">
    <%= render "list_deactivated_leases" %>
  </div>
</div>

Version data entries

71 entries across 71 versions & 2 rubygems

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