Migrate fontawesome->material in more views (#31360)
This commit is contained in:
parent
3be1b1eaae
commit
fa2e7b1708
25 changed files with 71 additions and 36 deletions
|
@ -9,13 +9,13 @@
|
|||
- if @strike.overruled?
|
||||
%p.hint
|
||||
%span.positive-hint
|
||||
= fa_icon 'check'
|
||||
= material_symbol 'check'
|
||||
|
||||
= t 'disputes.strikes.appeal_approved'
|
||||
- elsif @appeal.persisted? && @appeal.rejected?
|
||||
%p.hint
|
||||
%span.negative-hint
|
||||
= fa_icon 'times'
|
||||
= material_symbol 'close'
|
||||
|
||||
= t 'disputes.strikes.appeal_rejected'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue