heylium_app/app/views/admin/events/_show.html.haml
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

18 lines
354 B
Plaintext
Executable File

#event_show.QI_background_middle.QI_padding_small
%table
%tr
%td{:style => "width:150px;"} Nom :
%td=@event.title
%tr
%td Permalink :
%td=@event.slug
%tr
%td Statut :
%td=#@event.enabled ? "Publié" : "Brouillon"
%tr
%td{:style => "vertical-align:top"} Description courte :
%td= simple_format @event.description