Sha256: e093098d5bd44866fde9d2ebb9fccf6fb5f9b4ae3944d912c62f65d11accd6bc
Contents?: true
Size: 677 Bytes
Versions: 76
Compression:
Stored size: 677 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| %> <div class="row col-md-12"> <%= 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> </div> <% end %>
Version data entries
76 entries across 76 versions & 1 rubygems