diaspora/app/views/notifier/comment_on_post.html.haml
2011-01-05 15:04:28 -08:00

13 lines
272 B
Text

%p
= t('notifier.hello', :name => @receiver.profile.first_name)
%p
= "#{@sender.name} (#{@sender.diaspora_handle})"
= t('.commented')
%br
= link_to t('.sign_in'), status_message_url(@comment.post)
%br
= t('notifier.love')
%br
= t('notifier.diaspora')