pic_vert_app/app/views/admin/plumes/_show.html.haml
2018-03-20 17:24:52 +01:00

12 lines
202 B
Plaintext

#plume_show.QI_background_middle.QI_padding_small
%table
%tr
%td{:style => "width:150px;"} Nom :
%td=@plume.title
%tr
%td Statut :
%td=@plume.enabled ? "Publié" : "Brouillon"