Gab-Social/app/views/notification_mailer/_status.text.erb
mgabdev 4f07f6893d Updated all email templates to conform to Gab default UI
• Updated:
- all email templates to conform to Gab default UI

• Removed:
- Unused mailer.css
- Unused mailer icons/images
2020-05-28 19:09:14 -04:00

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}") %>