Sha256: 7111c01df89f106414fddccd5d294b25cd4d5d0b43b84910921de80cf3770cec
Contents?: true
Size: 360 Bytes
Versions: 2
Compression:
Stored size: 360 Bytes
Contents
<%= form_for(FileSet.new, url: main_app.curation_concerns_file_sets_path(parent_id: @presenter.id), html: { multipart: true, id: 'fileupload' }) do |f| %> <div class="well"> <%= render partial: 'curation_concerns/file_sets/upload/form_fields', presenter: @presenter, locals: { upload_set_id: ActiveFedora::Noid::Service.new.mint } %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
curation_concerns-0.3.0 | app/views/curation_concerns/file_sets/upload/_form.html.erb |
curation_concerns-0.2.0 | app/views/curation_concerns/file_sets/upload/_form.html.erb |