17 lines
300 B
Plaintext
Executable File
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"
|