2013-02-13 00:51:35 +01:00

18 lines
363 B
Plaintext

#article_show.QI_background_middle.QI_padding_small
%table
%tr
%td{:style => "width:150px;"} Nom :
%td=@article.title
%tr
%td Permalink :
%td=@article.slug
%tr
%td Statut :
%td=@article.enabled ? "Publié" : "Brouillon"
%tr
%td{:style => "vertical-align:top"} Description courte :
%td= simple_format @article.description