Welcome to mirror list, hosted at ThFree Co, Russian Federation.

comment_on_post.text.haml « notifier « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ccfedab8ebe1e1261ea9744a4c9491d86cfbf0a4 (plain)
1
2
3
4
5
6
7
8
9
10
!= t('notifier.hello', :name => @receiver.profile.first_name)
!= "#{@sender.name} (#{@sender.diaspora_handle})"
!= t('notifier.comment_on_post.commented')

!= @comment.text

!= post_url(@comment.post)

!= "#{t('notifier.love')} \n"
!= t('notifier.diaspora')