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

13 lines
565 B
Text
Raw Normal View History

.row.white-back
%a{ href: new_from_existing_admin_procedures_path, class: 'btn-sm btn-primary' }
Créer une nouvelle procédure à partir d'une procédure existante
2016-12-07 17:55:34 +01:00
.row.white-back
%h2
= t('dynamics.admin.dossiers.tableau_de_bord.nouvelle_procedure')
2015-10-26 15:54:20 +01:00
2016-12-07 17:55:34 +01:00
#procedure_new.section.section-label
2017-04-06 19:10:25 +02:00
= 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;'