make the mention in html email not a link
This commit is contained in:
parent
c6e0379a00
commit
a27b1b2648
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
= "#{@sender.name} (#{@sender.diaspora_handle})"
|
= "#{@sender.name} (#{@sender.diaspora_handle})"
|
||||||
= t('.mentioned')
|
= t('.mentioned')
|
||||||
%p
|
%p
|
||||||
= @post.message
|
= @post.formatted_message(:plain_text => true)
|
||||||
%p
|
%p
|
||||||
|
|
||||||
%br
|
%br
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue