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

9 lines
205 B
Plaintext
Raw Normal View History

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