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 }
|
2017-02-15 14:13:02 +01:00
|
|
|
.text-right
|
|
|
|
= f.submit 'Enregistrer', class: 'btn btn-success'
|