9 lines
No EOL
310 B
Text
9 lines
No EOL
310 B
Text
%h2 Nouvelle procédure
|
|
|
|
#procedure_new.section.section-label
|
|
= form_for @procedure, url: {controller: 'admin/procedures', action: :create}, multipart: true do |f|
|
|
=render partial: 'informations', locals: {f: f}
|
|
=f.submit 'Valider', class: 'btn btn-info', style: 'float:right'
|
|
%br
|
|
%br
|
|
%br |