Sha256: 0b443e91aad6985cd310f4f0d9bb38f8281eb5fc010658e31f0e42484eb36dff

Contents?: true

Size: 733 Bytes

Versions: 31

Compression:

Stored size: 733 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">
      <%= submit_tag t(:'helpers.action.update_all'), class: "btn btn-primary" %>
    </div>
  <% end %>
<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

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