heylium_app/app/views/admin/comments/index.html.haml
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

14 lines
286 B
Plaintext
Executable File

.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