basic_app/app/views/admin/articles/_show.html.haml
Nicolas Bally fd027c16c1 initial
2020-04-21 21:53:16 +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