rosa-build/app/views/activity_feeds/partials/_new_comment_notification.haml

17 lines
552 B
Plaintext
Raw Normal View History

.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 }"