kaps_app/app/views/admin/p_trucks/index.html.haml
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

25 lines
425 B
Plaintext

.qi_header
.right= link_to 'Ajouter un camion', new_admin_p_truck_path(), :class => "btn btn-primary", :remote => true
%h1
Tournées
%span
Camions
.qi_row
.qi_pannel.qi_plain.padding
%table.table
%tr
%th Marque
%th Immat
%th Chauffeur par défaut
%th Spécificité
%th Code
%th
%tbody#p_trucks_rows
=render @p_trucks