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

also_commented.html.haml « notifier « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c65f0bccf60513d1f1742712a82a6980abc61d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%p
  = t('notifier.hello', :name => @receiver.profile.first_name)
%p
  = "#{@sender.name} (#{@sender.diaspora_handle})"
  = t('.commented', :post_author => @post_author_name)
  %br
  %br
  = @comment.text

  %br
  %br
  = link_to t('.sign_in'), post_url(@comment.post)

  %br
  = t('notifier.love')
  %br
  = t('notifier.diaspora')