Sha256: 524ee0e8b645ea5a1bdf10390ce1fdc51fbb01d47f8d733162bfd33afcdb08c3
Contents?: true
Size: 951 Bytes
Versions: 1
Compression:
Stored size: 951 Bytes
Contents
<%= simple_form_for [collections, @collection] do |f| %> <% if f.error_notification -%> <div class="alert alert-danger fade in"> <strong>Wait don't go!</strong> There was a problem with your submission. Please review the errors below: <a class="close" data-dismiss="alert" href="#">×</a> </div> <% end -%> <%= render 'form_descriptive_fields', curation_concern: @collection, f: f %> <%= render 'form_permission', f: f %> <%= render "curation_concerns/base/form_representative_image", f: f %> <div class="row"> <div class="col-md-12 form-actions"> <%= f.submit class: 'btn btn-primary require-contributor-agreement' %> <%- if @collection.new_record? -%> <%= link_to 'Cancel', main_app.root_path, class: 'btn btn-link' %> <%- else -%> <%= link_to 'Cancel', collections.collection_path(@collection), class: 'btn btn-link' %> <%- end -%> </div> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
curation_concerns-0.2.0 | app/views/collections/_form.html.erb |