You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
508 B
10 lines
508 B
3 years ago
|
<%= 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 word_wrap(@appeal.text, break_sequence: "\n> ") %>
|
||
|
|
||
|
<%= raw t('admin_mailer.new_appeal.next_steps') %>
|
||
|
|
||
|
<%= raw t('application_mailer.view')%> <%= disputes_strike_url(@appeal.strike) %>
|