18 lines
378 B
Plaintext
18 lines
378 B
Plaintext
#newsletter_show.QI_background_middle.QI_padding_small
|
|
%table
|
|
|
|
%tr
|
|
%td{:style => "width:150px;"} Nom :
|
|
%td=@newsletter.title
|
|
%tr
|
|
%td Permalink :
|
|
%td=@newsletter.slug
|
|
%tr
|
|
%td Statut :
|
|
%td=@newsletter.enabled ? "Publié" : "Brouillon"
|
|
|
|
|
|
%tr
|
|
%td{:style => "vertical-align:top"} Description courte :
|
|
%td= simple_format @newsletter.description
|