diaspora/app/views/notifier/mentioned.html.haml

16 lines
308 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'), post_url(@post)
%br
= t('notifier.love')
%br
= t('notifier.diaspora')