demarches-normaliennes/app/views/admin/procedures/edit.html.haml
Mathieu Magnin 9fcc0920e6 Css update
2017-02-16 13:59:32 +01:00

6 lines
321 B
Text

.row.white-back
#procedure_new.section.section-label
= form_for @procedure, url: url_for({controller: 'admin/procedures', action: :update, id: @procedure.id}), multipart: true do |f|
= render partial: 'informations', locals: {f: f}
.text-right
= f.submit 'Enregistrer', class: 'btn btn-success'