14 lines
286 B
Plaintext
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
|