demarches-normaliennes/app/views/admin/gestionnaires/index.html.haml

20 lines
569 B
Text
Raw Normal View History

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