Sha256: e802adaccb3d74671796b80c83070c0b0909fa180e9606286186a003e2a81b09
Contents?: true
Size: 740 Bytes
Versions: 58
Compression:
Stored size: 740 Bytes
Contents
<%= bootstrap_form_for @exhibit, url: exhibit_contacts_path(@exhibit), style: :horizontal, html: {class: 'exhibit-contacts'} do |f| %> <h2 class="mt-4"><%= t :".header" %></h2> <p class="instructions"><%= t :'.instructions' %></p> <div class="panel-group dd contacts_admin" data-behavior="nestable" data-max-depth="1"> <ol class="dd-list"> <%= f.fields_for :contacts do |c| %> <%= render partial: 'contact', locals: {f: c} %> <% end %> </ol> </div> <div class="form-actions" style="margin-top: 1em;"> <%= exhibit_create_link Spotlight::Contact.new, class: "btn btn-primary" %> <div class="primary-actions"> <%= f.submit nil, class: 'btn btn-primary' %> </div> </div> <% end %>
Version data entries
58 entries across 58 versions & 1 rubygems