fixed the formatting on emails
This commit is contained in:
parent
84779c6773
commit
cb49d1f4ea
3 changed files with 8 additions and 3 deletions
|
|
@ -2,7 +2,10 @@
|
|||
= t('notifier.hello', :name => @receiver.profile.first_name)
|
||||
%p
|
||||
= t('.liked', :name => "#{@sender.name} (#{@sender.diaspora_handle})")
|
||||
= @like.post.text
|
||||
|
||||
%p
|
||||
= @like.post.formatted_message(:plain_text => true)
|
||||
%p
|
||||
|
||||
%br
|
||||
= link_to t('.sign_in'), status_message_url(@like.post)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
!= t('notifier.hello', :name => @receiver.profile.first_name)
|
||||
|
||||
!= t('notifier.liked.liked', :name => "#{@sender.name} (#{@sender.diaspora_handle})")
|
||||
!= @like.post.text
|
||||
|
||||
!= @like.post.formatted_message(:plain_text => true)
|
||||
|
||||
!= t('notifier.love')
|
||||
!= t('notifier.diaspora')
|
||||
|
|
|
|||
|
|
@ -345,7 +345,7 @@ en:
|
|||
liked:
|
||||
subject: "%{name} has just liked your post"
|
||||
liked: "%{name} has just liked your post: "
|
||||
sign_in: "Sign to view it"
|
||||
sign_in: "Sign in to view it"
|
||||
|
||||
people:
|
||||
zero: "no people"
|
||||
|
|
|
|||
Loading…
Reference in a new issue