2014-06-09 12:18:40 +02:00
|
|
|
=t '.title'
|
|
|
|
\
|
|
|
|
=t '.body', subject: @event.title, start_time: l(@event.start_time, format: :at)
|
2014-07-01 15:50:39 +02:00
|
|
|
= moderations_url
|
2014-06-09 12:18:40 +02:00
|
|
|
\
|
2014-07-01 15:50:39 +02:00
|
|
|
#{Event.human_attribute_name :title}: #{@event.title}
|
|
|
|
#{Event.human_attribute_name :start_time}: #{l @event.start_time, format: :at}
|
|
|
|
#{Event.human_attribute_name :end_time}: #{l @event.end_time, format: :at}
|
|
|
|
#{Event.human_attribute_name :region}: #{@event.region}
|
|
|
|
#{Event.human_attribute_name :city}: #{@event.city}
|
|
|
|
#{Event.human_attribute_name :url}: #{@event.url}
|
|
|
|
#{Event.human_attribute_name :contact}: #{@event.contact}
|
|
|
|
#{Event.human_attribute_name :submitter}: #{@event.submitter}
|
|
|
|
#{Event.human_attribute_name :tags}: #{@event.tags}
|
|
|
|
#{Event.human_attribute_name :description}: #{raw @event.description}
|
2014-06-09 12:18:40 +02:00
|
|
|
\
|
|
|
|
=t '.signature'
|