diaspora/app/views/notifier/mentioned.html.haml
2011-02-10 14:43:23 -08:00

16 lines
319 B
Text

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