negos_app/app/views/admin/domains/index.html.haml
2016-05-30 23:56:56 +02:00

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"