intra_app/app/views/admin/p_drivers/index.html.haml
Nicolas Bally 761e075bb6 initial
2018-11-08 21:47:30 +01:00

21 lines
355 B
Plaintext

.qi_header
.right= link_to 'Ajouter un chauffeur', new_admin_p_driver_path(), :class => "btn btn-primary", :remote => true
%h1
Tournées
%span
Chauffeurs
.qi_row
.qi_pannel.qi_plain.padding
%table.table
%tr
%th Nom
%th Actif ?
%th
%tbody#p_drivers_rows
=render @p_drivers