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 17:00:26 +00:00
|
|
|
= raw t("notifications.bodies.new_issue_notification", { :user_link => link_to(user_name, user_path(user_id)), :issue_link => project_issue_path(project_id, issue_serial_id)})
|
|
|
|
= raw t("notifications.bodies.project", :project_link => link_to("#{project_owner}/#{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-14 17:00:26 +00:00
|
|
|
%span.subject= issue_title
|