8 lines
229 B
Text
8 lines
229 B
Text
<% if status.spoiler_text? %>
|
|
<%= raw status.spoiler_text %>
|
|
----
|
|
|
|
<% end %>
|
|
<%= raw Formatter.instance.plaintext(status) %>
|
|
|
|
<%= raw t('application_mailer.view')%> <%= short_account_status_url(status.account.acct, status.id) %>
|