Sha256: 82553dfa5b702d977b611dc6ff74bb4e099fa58945c9a5ba466442ffc86168fc

Contents?: true

Size: 1.25 KB

Versions: 31

Compression:

Stored size: 1.25 KB

Contents

<% content_for(:sidebar) do %>
  <%= render 'spotlight/shared/exhibit_sidebar' %>
<% end %>

<%= curation_page_title t(:".header") %>

<div data-behavior='progress-panel' data-monitor-url="<%= monitor_exhibit_bulk_updates_path(current_exhibit) %>">
  <%= render 'progress_panel' %>
</div>

<div role="tabpanel">
  <ul class="nav nav-tabs" role="tablist">
    <li role="presentation" class="nav-item">
      <a href="#overview" aria-controls="overview" role="tab" data-toggle="tab" class="nav-link active"><%= t(:'.overview.heading') %></a>
    </li>
    <li role="presentation" class="nav-item">
      <a href="#download" aria-controls="download" role="tab" data-toggle="tab" class="nav-link"><%= t(:'.download.heading') %></a>
    </li>
    <li role="presentation" class="nav-item">
      <a href="#upload" aria-controls="upload" role="tab" data-toggle="tab" class="nav-link"><%= t(:'.upload.heading') %></a>
    </li>
  </ul>

  <div class="tab-content">
    <div role="tabpanel" class="tab-pane active" id="overview">
      <%= render 'overview' %>
    </div>

    <div role="tabpanel" class="tab-pane" id="download">
      <%= render 'download' %>
    </div>

    <div role="tabpanel" class="tab-pane" id="upload">
      <%= render 'upload' %>
    </div>
  </div>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta10 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.6.0.beta9 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.6.0.beta8 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.5.0.4 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.6.0.beta7 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.5.0.3 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.6.0.beta6 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.6.0.beta5 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.6.0.beta4 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.6.0.beta3 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.6.0.beta1 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.5.0.2 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.5.0.1 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.5.0 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.4.4.1 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.4.4 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.4.3 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.4.2.2 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.4.2.1 app/views/spotlight/bulk_updates/edit.html.erb
blacklight-spotlight-3.4.2 app/views/spotlight/bulk_updates/edit.html.erb