2012-03-05 09:11:50 +00:00
|
|
|
.top
|
|
|
|
.image
|
2012-03-11 17:06:41 +00:00
|
|
|
= image_tag(avatar_url_by_email(user_email, :small), :alt => 'avatar')
|
2012-03-05 09:11:50 +00:00
|
|
|
.text
|
2012-03-13 18:47:37 +00:00
|
|
|
%span
|
2012-03-14 14:33:51 +00:00
|
|
|
= raw t("notifications.bodies.new_issue_notification", { :user_link => link_to(user_name, user_path(user_id))})
|
2012-03-13 18:47:37 +00:00
|
|
|
= raw t("notifications.bodies.project", :project_link => link_to(project_name, project_path(project_id)))
|
2012-03-11 17:30:14 +00:00
|
|
|
.both
|
2012-03-05 09:11:50 +00:00
|
|
|
%span.date= activity_feed.created_at
|
|
|
|
.both
|
2012-03-13 18:47:37 +00:00
|
|
|
%span.subject= link_to(issue_title, project_issue_path(project_id, issue_serial_id))
|