idn_app/app/views/admin/comments/index.html.haml
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

14 lines
286 B
Plaintext

.header
%h1 Liste des commentaires
.grid_12
%table#comments.table
%tr
%th{:style => "width:150px;"} Article
%th{:style => "width:200px;"} Nom
%th{:style => "width:200px;"} Email
%th Commentaire
%th{:style => "width:150px;"}
=render @comments