8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
%h1 Liste des sondages.
|
|
%table.stat_table.table.table-striped.table-hover
|
|
%tr
|
|
%th Nom
|
|
%th Url
|
|
%th
|
|
=render :partial => "survey", :collection => @surveys
|
|
|