Skip to content
Snippets Groups Projects
Commit 31a02025 authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Slightly improved e-mail notifications

parent 2d4f9ece
No related branches found
No related tags found
No related merge requests found
<%= strip_tags(@status.content) %>
<%= TagManager.instance.url_for(@status) %>
......@@ -2,4 +2,4 @@
Your status was favourited by <%= @account.acct %>:
<%= account_stream_entry_url(@me, @status.stream_entry) %>
<%= render partial: 'status' %>
......@@ -2,6 +2,4 @@
You were mentioned by <%= @status.account.acct %> in:
<%= strip_tags(@status.content) %>
<%= TagManager.instance.url_for(@status) %>
<%= render partial: 'status' %>
......@@ -2,4 +2,4 @@
Your status was reblogged by <%= @account.acct %>:
<%= account_stream_entry_url(@me, @status.stream_entry) %>
<%= render partial: 'status' %>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment