|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
|
|
|
|
|
|
|
|
|
|
<%= raw t('admin_mailer.new_appeal.body', target: @appeal.account.username, action_taken_by: @appeal.strike.account.username, date: l(@appeal.strike.created_at), type: t(@appeal.strike.action, scope: 'admin_mailer.new_appeal.actions')) %>
|
|
|
|
|
<%= raw t('admin_mailer.new_appeal.body', target: @appeal.account.username, action_taken_by: @appeal.strike.account.username, date: l(@appeal.strike.created_at, format: :with_time_zone), type: t(@appeal.strike.action, scope: 'admin_mailer.new_appeal.actions')) %>
|
|
|
|
|
|
|
|
|
|
> <%= raw word_wrap(@appeal.text, break_sequence: "\n> ") %>
|
|
|
|
|
|
|
|
|
|