11 lines
365 B
Text
11 lines
365 B
Text
|
|
Dear <%= @user.name %>,
|
||
|
|
|
||
|
|
User <%= @comment.user.name %> posted a new comment for track <%= @commentable.short_name %> of <%= @conference.short_title %> .
|
||
|
|
|
||
|
|
"<%= @comment.body %>"
|
||
|
|
|
||
|
|
To reply to this comment, please go to <%= h(admin_conference_program_track_url(@conference.short_title, @commentable, only_path: false)) %>
|
||
|
|
|
||
|
|
Best wishes,
|
||
|
|
<%= @conference.title %> Team
|