negos_app/app/views/admin/reseauxes/index.html.haml
2017-05-23 10:07:58 +02:00

21 lines
355 B
Plaintext
Executable File

%table.table.admin_table.table-hover.table-striped
%thead.rows_header
%tr
%th
Nom
%th
Chef réseau
%th
Code
%th Utilisateurs
%th{:style => "width:100px"}
 
%tbody.rows
=render @reseauxes
%br
= link_to "Ajouter un reseaux", new_admin_reseaux_path, class:"btn btn-primary"