diff --git a/app/views/events/show.text.haml b/app/views/events/show.text.haml index 503ec5f2..f1bfe8e1 100644 --- a/app/views/events/show.text.haml +++ b/app/views/events/show.text.haml @@ -1,4 +1,5 @@ ===================================================== +#{Event.human_attribute_name(:locality).concat(':').ljust 12 } #{t "attributes.locality_#{@event.locality}"} #{Event.human_attribute_name(:title).concat(':').ljust 12 } #{@event.title} #{Event.human_attribute_name(:start_time).concat(':').ljust 12 } #{l @event.start_time, format: :at} #{Event.human_attribute_name(:end_time).concat(':').ljust 12 } #{l @event.end_time, format: :at}