This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
phone_app/app/views/admin/p_drivers/index.html.haml
2021-08-23 10:26:02 +02: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