Add “staff” badge to admin user pages (#5735)
* Allow staff badge to change from setting to hidden * i18n: Update Polish translation
This commit is contained in:
parent
b380e9d2cb
commit
bfdcf76a64
7 changed files with 23 additions and 8 deletions
|
@ -13,6 +13,7 @@ module Admin
|
|||
closed_registrations_message
|
||||
open_deletion
|
||||
timeline_preview
|
||||
show_staff_badge
|
||||
bootstrap_timeline_accounts
|
||||
thumbnail
|
||||
).freeze
|
||||
|
@ -21,6 +22,7 @@ module Admin
|
|||
open_registrations
|
||||
open_deletion
|
||||
timeline_preview
|
||||
show_staff_badge
|
||||
).freeze
|
||||
|
||||
UPLOAD_SETTINGS = %w(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue