8 lines
387 B
Text
8 lines
387 B
Text
.row.white-back
|
|
%h2
|
|
= t('dynamics.admin.dossiers.tableau_de_bord.nouvelle_procedure')
|
|
|
|
#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', id: 'save-procedure', style: 'float:right'
|