mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-08 16:05:05 +00:00
![Claire](/assets/img/avatar_default.png)
* Refactor status formatting * Add account formatting helpers * Remove StatusFormatter * Fixup * Fix copied typo
9 lines
279 B
Plaintext
9 lines
279 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("statuses/#{status.id}") %>
|