Sha256: dbd7d54e957a982ac4904860d6e85772fe7b6e79b01d925aaee5e8761df85705

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

<%= javascript_tag do %>
  <%= render partial: "edit", formats: [:js] %>
<% end %>

<h1>Apply Metadata</h1>
<p>
  The information you provide for Title will be applied to the corresponding file only; however all other
  information you provide will be applied <em>to the entire set of files that were uploaded together</em> you have just
  deposited into <%= t('curation_concerns.product_name') %>. You may edit individual files from
  <%= link_to "<i class='glyphicon glyphicon-dashboard'></i> #{t('curation_concerns.bread_crumb.works_list')}".html_safe, main_app.curation_concerns_generic_works_path %>
  once this step is finished. <span class="required"><abbr title="required">*</abbr></span> indicates required fields.
</p>
<%= simple_form_for [main_app, @form], html: { multipart: true }, builder: CurationConcerns::FormBuilder do |f| %>

  <%= render 'metadata', f: f %>

  <%#= render 'file_sets/permission_form', f: f, upload_set: @upload_set %>

  <div id="permissions_submit">
    <%= button_tag type: 'submit', class: 'btn btn-primary btn-lg',
        onclick: "confirmation_needed = false;", id: "upload_submit", name: "update_permission" do %>
      <i class="glyphicon glyphicon-floppy-disk"></i> Save
    <% end %>
  </div>

<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
curation_concerns-0.4.0 app/views/upload_sets/edit.html.erb