16 lines
274 B
Plaintext
Executable File
16 lines
274 B
Plaintext
Executable File
|
|
%table.table.admin_table.table-hover.table-striped
|
|
%thead.rows_header
|
|
|
|
%tr
|
|
%th
|
|
Nom
|
|
%th{:style => "width:100px"}
|
|
|
|
|
|
%tbody.rows
|
|
=render @domains
|
|
|
|
%br
|
|
= link_to "Ajouter un domaine", new_admin_domain_path, class:"btn btn-primary"
|