demarches-normaliennes/app/views/admin/gestionnaires/index.html.haml
2017-02-14 17:12:44 +01:00

19 lines
526 B
Text

%h1 Gestion des accompagnateurs
%br
.row
.col-xs-4
= smart_listing_render :gestionnaires
.col-xs-1
 
.col-xs-6
%h3 Ajouter un accompagnateur
#procedure_new.section.section-label
= form_for @gestionnaire, url: {controller: 'admin/gestionnaires', action: :create} do |f|
.row
.col-xs-5
= render partial: 'informations', locals: {f: f}
.col-xs-2
%br
%br
= f.submit 'Valider', class: 'btn btn-info', style: 'float:left'