This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-14 12:27:53 -08:00
|
|
|
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
|
|
|
|
|
2023-09-06 08:25:39 -07:00
|
|
|
<%= 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')) %>
|
2022-02-14 12:27:53 -08:00
|
|
|
|
|
|
|
> <%= 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) %>
|