4f07f6893d
• Updated: - all email templates to conform to Gab default UI • Removed: - Unused mailer.css - Unused mailer icons/images
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
<% if status.spoiler_text? %>
|
|
<%= raw status.spoiler_text %>
|
|
----
|
|
|
|
<% end %>
|
|
<%= raw Formatter.instance.plaintext(status) %>
|
|
|
|
<%= raw t('application_mailer.view')%> <%= web_url("#{status.account.username}/posts/#{status.id}") %>
|