~cytrogen/masto-fe

ref: 9e66c07be70fa71467cfcdf0d4ebff0147bf187a masto-fe/app/views/notification_mailer/_status.text.erb -rw-r--r-- 301 bytes
9e66c07b — Renaud Chaput [Glitch] Fix `/share` and cleanup and reorganize frontend locale loading 2 years ago
                                                                                
1
2
3
4
5
6
7
8
<% if status.spoiler_text? %>
> <%= raw word_wrap(status.spoiler_text, break_sequence: "\n> ") %>
> ----
>
<% end %>
> <%= raw word_wrap(extract_status_plain_text(status), break_sequence: "\n> ") %>

<%= raw t('application_mailer.view')%> <%= web_url("@#{status.account.pretty_acct}/#{status.id}") %>