negos_app/app/views/admin/reseauxes/index.html.haml
2017-05-18 01:21:04 +02:00

17 lines
300 B
Plaintext
Executable File

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