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