Sha256: b1c9a891742660b915591cf2fe9a6358a3f56e309a781813c904068038dacf24

Contents?: true

Size: 743 Bytes

Versions: 21

Compression:

Stored size: 743 Bytes

Contents

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

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

<% if @tags.empty? %>
  <p><%= t :'.no_tags' %></p>
<% else %>
  <%= bootstrap_form_for @exhibit, url: update_all_exhibit_tags_path(@exhibit), layout: :horizontal, control_col: 'col-sm-10' do |f| %>
    <ul class="dd-list">
      <% @tags.each_with_index do |tag, index| %>
        <%= f.fields_for :owned_tags_attributes, tag, index: index do |p| %>
          <%= render partial: 'tag', locals: { f: p } %>
        <% end %>
      </ul>
    <% end %>

    <div class="float-right float-end">
      <%= submit_tag t(:'helpers.action.update_all'), class: "btn btn-primary" %>
    </div>
  <% end %>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
blacklight-spotlight-4.7.1 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.7.0 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.6.1 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.6.0 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.5.0 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.4.0 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.3.6 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.3.5 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.3.4 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.3.3 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.3.2 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.3.1 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.3.0 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.2.0 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.1.2 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.1.1 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.1.0 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.0.3 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.0.2 app/views/spotlight/tags/index.html.erb
blacklight-spotlight-4.0.1 app/views/spotlight/tags/index.html.erb