2012-03-05 09:11:50 +00:00
|
|
|
.top
|
|
|
|
.image
|
2012-03-06 14:04:05 +00:00
|
|
|
= image_tag(gravatar_url(user_email, 30))
|
2012-03-05 09:11:50 +00:00
|
|
|
.text
|
|
|
|
%span.name
|
2012-03-06 14:04:05 +00:00
|
|
|
= link_to user_name, user_path(user_id)
|
2012-03-05 09:11:50 +00:00
|
|
|
%br
|
|
|
|
%span.date= activity_feed.created_at
|
|
|
|
%br
|
|
|
|
%span.subject #{ t("notifications.bodies.new_issue_notification.title", :user_name => user_name) }
|
|
|
|
.both
|
|
|
|
.fulltext
|
|
|
|
= raw t("notifications.bodies.new_issue_notification.content", :issue_link => link_to(issue_title, project_issue_path(project_id, issue_serial_id)), :project_link => link_to(project_name, project_path(project_id)))
|