17 lines
506 B
Plaintext
17 lines
506 B
Plaintext
.top
|
|
.image
|
|
= image_tag(gravatar_url(user_email, 30))
|
|
.text
|
|
%span.name
|
|
= link_to user_name, user_path(user_id)
|
|
%br
|
|
%span.date= activity_feed.created_at
|
|
%br
|
|
%span.subject #{ t("notifications.bodies.new_comment_notification.title", :user_name => user_name) }
|
|
.both
|
|
.fulltext
|
|
= raw t("notifications.bodies.new_comment_notification.content", {:issue_link => link_to(issue_title, project_issue_path(project_id, issue_serial_id))})
|
|
%br
|
|
%br
|
|
"#{ comment_body }"
|