[refs #265] fixed new issue feed

This commit is contained in:
Alexander Machehin 2012-03-14 20:33:51 +06:00
parent d9c3f9ddc8
commit ffc1c6d0b7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
= image_tag(avatar_url_by_email(user_email, :small), :alt => 'avatar')
.text
%span
= raw t("notifications.bodies.new_issue_notification", { :user_link => link_to(activity_feed.user.uname, user_path(activity_feed.user.uname))})
= raw t("notifications.bodies.new_issue_notification", { :user_link => link_to(user_name, user_path(user_id))})
= raw t("notifications.bodies.project", :project_link => link_to(project_name, project_path(project_id)))
.both
%span.date= activity_feed.created_at