Sha256: ad7784e56e9eb5837f02ce1fc81bc51e0dd6d387b045862c1e7d1faba42facf5
Contents?: true
Size: 846 Bytes
Versions: 4
Compression:
Stored size: 846 Bytes
Contents
<%= simple_form_for [:curation_concern, curation_concern] do |f| %> <% if f.error_notification -%> <div class="alert alert-error 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_metadata", curation_concern: curation_concern, f: f %> <%= render "form_supplementary_fields", curation_concern: curation_concern, f: f %> <%= render 'form_contributor_agreement', curation_concern: curation_concern, contributor_agreement: contributor_agreement %> <div class="row"> <div class="span12 form-actions"> <%= f.submit class: 'btn btn-primary' %> <%= link_to 'Cancel', catalog_index_path, class: 'btn btn-link' %> </div> </div> <% end %>
Version data entries
4 entries across 2 versions & 1 rubygems