demarches-normaliennes/app/views/admin/procedures/edit.html.haml

7 lines
325 B
Text
Raw Normal View History

2016-12-07 17:55:34 +01:00
.row.white-back
#procedure_new.section.section-label
2017-04-06 19:10:25 +02:00
= 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
2018-04-11 14:35:52 +02:00
= f.button 'Enregistrer', class: 'btn btn-success'