Nicolas Bally f0171d336f events
2015-10-23 22:58:32 +02:00

21 lines
262 B
Plaintext

-@event = Event.find(params[:id])
%h1=@event.title
=raw event_human_date(@event)
%br
%br
.image=image_tag @event.image_file.file.large.medium.url if @event.image_file
%br
%br
.agenda_description
=simple_format @event.description
=render @event.block