payrepmc_app/app/views/admin/articles/_show.html.haml
2018-08-03 01:08:08 +02: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