2016-02-19 14:20:18 +01:00
|
|
|
%h1 Gestion des accompagnateurs
|
2016-02-05 17:40:58 +01:00
|
|
|
%br
|
|
|
|
|
|
|
|
.row
|
2016-12-23 16:58:06 +01:00
|
|
|
.col-md-4.col-sm-4.col-xs-4.col-lg-4
|
2016-02-05 17:40:58 +01:00
|
|
|
= smart_listing_render :gestionnaires
|
2016-12-23 16:58:06 +01:00
|
|
|
.col-md-1.col-lg-1.col-sm-1.col-xs-1.col-sm-1.col-xs-1
|
2016-02-05 17:40:58 +01:00
|
|
|
|
2016-12-23 16:58:06 +01:00
|
|
|
.col-md-6.col-sm-6.col-xs-6.col-lg-6
|
2016-03-16 10:55:03 +01:00
|
|
|
%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
|
2016-12-23 16:58:06 +01:00
|
|
|
.col-md-5.col-sm-5.col-xs-5.col-lg-5
|
2016-12-14 17:13:40 +01:00
|
|
|
= render partial: 'informations', locals: {f: f}
|
2016-12-23 16:58:06 +01:00
|
|
|
.col-md-2.col-sm-2.col-xs-2.col-lg-2
|
2016-02-05 17:40:58 +01:00
|
|
|
%br
|
|
|
|
%br
|
2016-12-14 17:13:40 +01:00
|
|
|
= f.submit 'Valider', class: 'btn btn-info', style: 'float:left'
|