Sha256: a6b9ec2fc64ef569235c0fb3041d73ff4bad1003477dabc1fa5fa4763cab8330
Contents?: true
Size: 1.22 KB
Versions: 2
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, @upload_set, @form], html: { multipart: true }, builder: Sufia::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
curation_concerns-0.3.0 | app/views/upload_sets/edit.html.erb |
curation_concerns-0.2.0 | app/views/upload_sets/edit.html.erb |