diaspora/app/views/notifier/request_accepted.html.haml
2010-11-30 13:01:53 -08:00

12 lines
266 B
Text

%p
= t('notifier.hello', :name => @receiver.profile.first_name)
%p
= "#{@sender.name} (#{@sender.diaspora_handle})"
= t('.accepted')
= link_to @aspect.name, aspect_url(@aspect)
= t('.aspect')
%br
= t('notifier.love')
%br
= t('notifier.diaspora')