mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-15 15:33:15 -08:00
* Refactor status formatting * Add account formatting helpers * Remove StatusFormatter * Fixup * Fix copied typo
8 lines
279 B
Text
8 lines
279 B
Text
<% 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}") %>
|