Sha256: 12b87fdbe8f62357c7bf10f998b7d8743429bdcbf8f3f39b80cee6be5687856e
Contents?: true
Size: 666 Bytes
Versions: 17
Compression:
Stored size: 666 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', html: {class: "row"} 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') %> <%= 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
17 entries across 17 versions & 1 rubygems