diaspora/app/views/notifier/request_accepted.html.haml
2011-01-05 09:35:47 -08:00

12 lines
257 B
Text

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