2012-03-05 09:11:50 +00:00
|
|
|
.top
|
|
|
|
.image
|
|
|
|
= image_tag(gravatar_url(activity_feed.user.email, 30))
|
|
|
|
.text
|
|
|
|
%span.name
|
|
|
|
= link_to activity_feed.user.uname, user_path(activity_feed.user.uname)
|
|
|
|
%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 }"
|