Slightly improved e-mail notifications

This commit is contained in:
Eugen Rochko 2016-10-02 15:37:35 +02:00
parent 2d4f9ecebf
commit 31a0202546
4 changed files with 6 additions and 5 deletions

View File

@ -0,0 +1,3 @@
<%= strip_tags(@status.content) %>
<%= TagManager.instance.url_for(@status) %>

View File

@ -2,4 +2,4 @@
Your status was favourited by <%= @account.acct %>:
<%= account_stream_entry_url(@me, @status.stream_entry) %>
<%= render partial: 'status' %>

View File

@ -2,6 +2,4 @@
You were mentioned by <%= @status.account.acct %> in:
<%= strip_tags(@status.content) %>
<%= TagManager.instance.url_for(@status) %>
<%= render partial: 'status' %>

View File

@ -2,4 +2,4 @@
Your status was reblogged by <%= @account.acct %>:
<%= account_stream_entry_url(@me, @status.stream_entry) %>
<%= render partial: 'status' %>