2019-07-16 17:24:31 +02:00
|
|
|
.row.white-back
|
|
|
|
#procedure_new.section.section-label
|
2019-07-18 17:16:36 +02:00
|
|
|
= form_for @procedure, url: url_for({ controller: 'admin/procedures', action: :update_monavis }), multipart: true do |f|
|
2019-07-16 17:24:31 +02:00
|
|
|
= render partial: 'monavis', locals: { f: f }
|
|
|
|
.text-right
|
|
|
|
= f.button 'Enregistrer', class: 'btn btn-success'
|