Sha256: 984baa4b56f1c15e487c07d06398fdf5853c44b08e184087f974c8a298acd74c
Contents?: true
Size: 642 Bytes
Versions: 52
Compression:
Stored size: 642 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') %> <%= f.text_field :tag_list %> <%= 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
52 entries across 52 versions & 1 rubygems