2015-10-26 15:54:20 +01:00
|
|
|
%h2 Nouvelle procédure
|
|
|
|
|
|
|
|
#procedure_new.section.section-label
|
2015-12-10 17:13:39 +01:00
|
|
|
= form_for @procedure, url: {controller: 'admin/procedures', action: :create}, multipart: true do |f|
|
2015-10-26 15:54:20 +01:00
|
|
|
=render partial: 'informations', locals: {f: f}
|
|
|
|
=f.submit 'Valider', class: 'btn btn-info', style: 'float:right'
|