mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-04 14:04:39 +00:00
e1227457f1
Most of the old routes are broken because of the /web removal.
9 lines
301 B
Plaintext
9 lines
301 B
Plaintext
<% 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}") %>
|