mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-01 20:45:56 +00: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}") %>
|