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/show.html.haml
2021-08-23 10:26:02 +02:00

10 lines
225 B
Plaintext

%h1=@p_driver.name
%h2 Marques
=link_to "ajouter une marque", new_admin_label_marque_path(:p_driver_id => @p_driver.id), :class => "btn btn-primary"
%table.table
=render @p_driver.label_marques.order(:name)
%br
%br
%br
%br