Sha256: be9d50e6922804e5d885e5edcf5b543d29b0e16169d0e86cb1ec0149d8799062
Contents?: true
Size: 877 Bytes
Versions: 4
Compression:
Stored size: 877 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_descriptive_fields', 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 require-contributor-agreement' %> <%= link_to 'Cancel', root_path, class: 'btn btn-link' %> </div> </div> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems