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

9 lines
279 B
Plaintext
Raw Normal View History

<% if status.spoiler_text? %>
> <%= raw word_wrap(status.spoiler_text, break_sequence: "\n> ") %>
> ----
>
<% end %>
> <%= raw word_wrap(extract_status_plain_text(status), break_sequence: "\n> ") %>
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}") %>