Sha256: 87652ed216457920e0a3215d48a013c563aa80eff6846fbf111fd8e0b4ff37e1
Contents?: true
Size: 877 Bytes
Versions: 8
Compression:
Stored size: 877 Bytes
Contents
<%= simple_form_for [collections, @form] 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', f: f %> <%= render 'form_permission', f: f %> <%= render "curation_concerns/base/form_media", f: f %> <div class="row"> <div class="col-md-12 form-actions"> <%= f.submit class: 'btn btn-primary require-contributor-agreement' %> <% if @form.persisted? %> <%= link_to 'Cancel', collections.collection_path(@form), class: 'btn btn-link' %> <% else %> <%= link_to 'Cancel', main_app.root_path, class: 'btn btn-link' %> <% end %> </div> </div> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems