demarches-normaliennes/app/views/admin/procedures/new.html.haml

10 lines
357 B
Text
Raw Normal View History

2016-11-03 16:46:26 +01:00
%h2
=t('dynamics.admin.dossiers.tableau_de_bord.nouvelle_procedure')
2015-10-26 15:54:20 +01:00
#procedure_new.section.section-label
= 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'
%br
%br
%br