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

12 lines
550 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
= raw t("notifications.bodies.new_issue_notification", { :user_link => link_to(user_name, user_path(user_id)), :issue_link => project_issue_path(project_owner, project_name, issue_serial_id)})
= raw t("notifications.bodies.project", :project_link => link_to("#{project_owner}/#{project_name}", project_path(project_owner, project_name)) )
2012-03-11 17:30:14 +00:00
.both
%span.date= activity_feed.created_at
.both
2012-03-14 17:00:26 +00:00
%span.subject= issue_title