2015-07-17 18:55:47 +02:00
|
|
|
Dear <%= @user.name %>,
|
|
|
|
|
|
|
|
|
|
User <%= @comment.user.name %> posted a new comment for event <%= @event.title %> of <%= @conference.short_title %> .
|
|
|
|
|
|
|
|
|
|
"<%= @comment.body %>"
|
|
|
|
|
|
2016-03-29 23:22:32 +05:30
|
|
|
To reply to this comment, please go to <%= h(admin_conference_program_event_url(@conference.short_title, @event, only_path: false)) %>
|
2015-07-17 18:55:47 +02:00
|
|
|
|
|
|
|
|
Best wishes,
|
2015-10-06 11:32:40 +02:00
|
|
|
<%= @conference.title %> Team
|