13 lines
680 B
Plaintext
13 lines
680 B
Plaintext
.top
|
|
.image
|
|
= image_tag(avatar_url_by_email(user_email, :small), :alt => 'avatar')
|
|
.text
|
|
%span
|
|
= raw t("notifications.bodies.new_comment_notification.title", {:user_link => link_to(user_name, user_path(user_id))})
|
|
= raw t("notifications.bodies.new_comment_notification.content", {:issue_link => link_to(issue_title, project_issue_path(project_owner, project_name, issue_serial_id) + "#comment##{comment_id}")})
|
|
= raw t("notifications.bodies.project", :project_link => link_to("#{project_owner}/#{project_name}", project_path(project_owner, project_name)) )
|
|
.both
|
|
%span.date= activity_feed.created_at
|
|
.both
|
|
%span.subject= comment_body
|