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: 471120c64b1e638e400312ffd113f831e1464a5c (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'), status_message_url(@comment.post)

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