basic_app/app/views/admin/s_sites/index.html.haml
Nicolas Bally fd027c16c1 initial
2020-04-21 21:53:16 +02:00

23 lines
383 B
Plaintext

.qi_header
.right= link_to 'Ajouter ', new_admin_s_site_path(), :class => "btn btn-primary", :remote => true
%h1
Sites
%span
Liste des sites
.qi_row
.qi_pannel.qi_plain.padding
%table.table
%tr
%th Type de site
%th Nom
%th Site externe ?
%th.actions
%tbody#s_sites_rows
=render @s_sites