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

14 lines
561 B
Plaintext
Raw Normal View History

.top
.image
2012-03-11 17:06:41 +00:00
= image_tag(avatar_url_by_email(user_email, :small), :alt => 'avatar')
.text
%span.name
= link_to user_name, user_path(user_id)
%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)))