%= simple_form_for [:curation_concern, curation_concern] do |f| %>
<% if f.error_notification -%>
Wait don't go! There was a problem with your submission. Please review the errors below:
×
<% end -%>
<% unless curation_concern.persisted? %>
<% end %>
<%= render "/curation_concern/doi", curation_concern: curation_concern, f: f %>
<%= render "/curation_concern/permission", curation_concern: curation_concern, f: f %>
<%= render "/curation_concern/content_license", curation_concern: curation_concern, f: f %>
<%= render '/curation_concern/contributor_agreement', curation_concern: curation_concern, contributor_agreement: contributor_agreement %>
<%= f.submit class: 'btn btn-primary' %>
<%= f.submit value: save_and_add_related_files_submit_value, class: 'btn btn-primary' %>
<%= link_to 'Cancel', dashboard_index_path, class: 'btn btn-link' %>
<% end %>