Sha256: 43e6e535cd8f39ad36cc85b24c187e6cb133ae1b5df5e68778ab2d356b9ae273
Contents?: true
Size: 957 Bytes
Versions: 2
Compression:
Stored size: 957 Bytes
Contents
<%= render 'spotlight/shared/curation_sidebar' %> <div id="content" class="col-md-9 exhibit-admin"> <%= administration_page_title %> <%= bootstrap_form_for [:import, @exhibit], html: { class: 'clearfix', multipart: true } do |f| %> <div class="row col-md-12"> <h3><%= t :'.import.header' %></h3> <p class="instructions"><%= t :'.import.instructions' %></p> <div class="form-group"> <%= file_field_tag :file, class: 'form-control' %> </div> <div class="form-actions"> <div class="primary-actions"> <%= f.submit t(:'.import.button'), class: 'btn btn-primary' %> </div> </div> </div> <% end %> <div class="row col-md-12"> <h3><%= t :'.export.header' %></h3> <p class="instructions"><%= t :'.export.instructions' %></p> <div class="primary-actions"> <%= link_to t(:'.export.download'), get_exhibit_path(@exhibit, format: 'json'), class: 'btn btn-primary' %> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-spotlight-0.2.0 | app/views/spotlight/exhibits/import.html.erb |
blacklight-spotlight-0.1.0 | app/views/spotlight/exhibits/import.html.erb |