Sha256: 0007335dcbb267ca6713d9b1e49f8be44df4aa90a43f86a7d38e43fb2712d5f3
Contents?: true
Size: 671 Bytes
Versions: 17
Compression:
Stored size: 671 Bytes
Contents
<%= bootstrap_form_for @exhibit, url: ((spotlight.exhibit_path(@exhibit) if @exhibit.persisted?) || spotlight.exhibits_path), layout: :horizontal, label_col: 'col-md-2', control_col: 'col-md-10' do |f| %> <%= f.text_field :title, label: t(:'.fields.title.label'), help: t(:'.fields.title.help_block') %> <%= f.text_field :slug, label: t(:'.fields.slug.label'), help: t(:'.fields.slug.help_block') %> <%= render Spotlight::TagListFormComponent.new(form: f) %> <%= render 'initial_resources_form', locals: { f: f } %> <div class="form-actions"> <div class="primary-actions"> <%= f.submit nil, class: 'btn btn-primary' %> </div> </div> <% end %>
Version data entries
17 entries across 17 versions & 1 rubygems