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