diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-02 15:37:35 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-02 15:37:35 +0200 |
commit | 31a0202546acb20094eb6367061e50f5525cc7ed (patch) | |
tree | 55a956b42082a594775197d7aa54a44ae300a3e3 /app/views/notification_mailer/reblog.text.erb | |
parent | 2d4f9ecebf286aa9868f00373294c5e68b6f4b93 (diff) |
Slightly improved e-mail notifications
Diffstat (limited to 'app/views/notification_mailer/reblog.text.erb')
-rw-r--r-- | app/views/notification_mailer/reblog.text.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notification_mailer/reblog.text.erb b/app/views/notification_mailer/reblog.text.erb index 253b22c1e..2077e949e 100644 --- a/app/views/notification_mailer/reblog.text.erb +++ b/app/views/notification_mailer/reblog.text.erb @@ -2,4 +2,4 @@ Your status was reblogged by <%= @account.acct %>: -<%= account_stream_entry_url(@me, @status.stream_entry) %> +<%= render partial: 'status' %> |