mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 21:38:07 +01:00
8 lines
205 B
Text
8 lines
205 B
Text
<% if status.spoiler_text? %>
|
|
<%= raw status.spoiler_text %>
|
|
----
|
|
|
|
<% end %>
|
|
<%= raw Formatter.instance.plaintext(status) %>
|
|
|
|
<%= raw t('application_mailer.view')%> <%= web_url("statuses/#{status.id}") %>
|