~cytrogen/masto-fe

ref: 685270f3f7ea6d4a8a48ec641e8fdfd9fc2e2d7f masto-fe/app/views/admin_mailer/new_appeal.text.erb -rw-r--r-- 508 bytes
685270f3 — Claire [Glitch] Fix clicking “Explore” or “Live feeds” column headers to scroll in advanced mode 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
<%= 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) %>