mastodon/app/views/notification_mailer/_status.text.erb

9 lines
205 B
Plaintext
Raw Permalink Normal View History

<% if status.spoiler_text? %>
<%= raw status.spoiler_text %>
----
<% end %>
2017-03-03 23:45:48 +01:00
<%= raw Formatter.instance.plaintext(status) %>
2016-10-02 15:37:35 +02:00
2017-03-03 23:45:48 +01:00
<%= raw t('application_mailer.view')%> <%= web_url("statuses/#{status.id}") %>