Implement the ability for an Administrator or Moderator to remove an account avatar (#6998)
This commit is contained in:
parent
4fd71accd4
commit
e7a1716701
6 changed files with 29 additions and 2 deletions
|
@ -86,7 +86,7 @@ module Admin::ActionLogsHelper
|
|||
opposite_verbs?(log) ? 'negative' : 'positive'
|
||||
when :update, :reset_password, :disable_2fa, :memorialize
|
||||
'neutral'
|
||||
when :demote, :silence, :disable, :suspend
|
||||
when :demote, :silence, :disable, :suspend, :remove_avatar
|
||||
'negative'
|
||||
when :destroy
|
||||
opposite_verbs?(log) ? 'positive' : 'negative'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue