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

17 lines
552 B
Plaintext
Raw Normal View History

.top
.image
2012-03-11 17:06:41 +00:00
= image_tag(avatar_url_by_email(activity_feed.user.email, :small), :alt => 'avatar')
.text
%span.name
= link_to activity_feed.user.uname, user_path(activity_feed.user.uname)
2012-03-11 17:30:14 +00:00
.both
%span.date= activity_feed.created_at
2012-03-11 17:30:14 +00:00
.both
.both
%span.subject #{ t("notifications.bodies.new_user_notification.title", :user_name => user_name) }
.both
.fulltext
#{ t("notifications.bodies.new_user_notification.content") }
%br
#{ t("notifications.bodies.new_user_notification.email", :user_email => user_email) }