mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
<% if status.spoiler_text? %>
|
|
<%= raw status.spoiler_text %>
|
|
----
|
|
|
|
<% end %>
|
|
<%= raw Formatter.instance.plaintext(status) %>
|
|
|
|
<%= raw t('application_mailer.view')%> <%= web_url("statuses/#{status.id}") %>
|