Sha256: ac2441325f06a6e34d7c13aa910900070f1cf7eac5077fb54aecac352b31874e

Contents?: true

Size: 888 Bytes

Versions: 1

Compression:

Stored size: 888 Bytes

Contents

<%= render 'spotlight/shared/curation_sidebar' %>
<div id="content" class="col-md-9">
  <%= render 'order_pages' %>
  <%= bootstrap_form_for @exhibit, url: exhibit_contacts_path(@exhibit),
      style: :horizontal, html: {class: 'exhibit-contacts'} do |f| %>
    <h3><%= t :".contacts" %></h3>
    <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 %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-spotlight-0.2.0 app/views/spotlight/about_pages/index.html.erb