php_app/app/views/admin/articles/_show.html.haml
Nicolas Bally 5cf3a3e83d initial
2014-11-25 22:56:20 +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