Sha256: a5e894cb771efaa95d411c15e9886a2ccc904a3fa83eae3bb348a029e7d2584e
Contents?: true
Size: 1.19 KB
Versions: 1
Compression:
Stored size: 1.19 KB
Contents
<%= javascript_tag do %> <%= render partial: "edit", formats: [:js] %> <% end %> <h1>Apply Metadata</h1> <div class="alert"> 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 batch of files</em> you have just deposited into <%= t('sufia.product_name') %>. You may edit individual files from <%= link_to "<i class='glyphicon glyphicon-dashboard'></i> #{t('sufia.bread_crumb.file_list')}".html_safe, sufia.dashboard_files_path %> once this step is finished. </div> <%= form_for([@batch, @generic_file], url: sufia.batch_generic_files_path, html: { multipart: true, class: 'form-horizontal' }) do |f| %> <%= render partial: 'metadata', formats: [:html], locals: {f: f} %> <%= render partial: 'generic_files/permission_form', formats: [:html], locals: { gf: @generic_file, batch: @batch } %> <div class="row" id="permissions_submit"> <%= button_tag '<i class="glyphicon glyphicon-floppy-disk"></i> Save'.html_safe, type: 'submit', class: 'btn btn-primary btn-lg', onclick: "confirmation_needed = false;", id: "upload_submit", name: "update_permission" %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sufia-4.0.0.rc2 | app/views/batch/edit.html.erb |