diaspora/app/views/notifier/also_commented.html.haml
2011-01-06 16:51:34 -08:00

17 lines
343 B
Text

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