pmr_app/app/views/admin/comments/index.html.haml
Nicolas Bally 428372d6f9 initial
2016-02-08 10:27:25 +01: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