6 lines
272 B
Plaintext
6 lines
272 B
Plaintext
|
%p== #{ t("notifications.bodies.new_comment_notification.title", :user_name => user_name) }
|
||
|
|
||
|
%p= raw t("notifications.bodies.new_comment_notification.content", {:issue_link => link_to(issue_title, project_issue_path(project_id, issue_serial_id))})
|
||
|
|
||
|
%p "#{ comment_body }"
|