Add link to /admin/roles
in moderation interface when changing someone's role (#31791)
This commit is contained in:
parent
7335a43b6d
commit
b716248fc5
3 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,8 @@
|
|||
collection: UserRole.assignable,
|
||||
include_blank: I18n.t('admin.accounts.change_role.no_role'),
|
||||
label_method: :name,
|
||||
wrapper: :with_block_label
|
||||
wrapper: :with_block_label,
|
||||
hint: safe_join([I18n.t('simple_form.hints.user.role'), ' ', link_to(I18n.t('admin.accounts.change_role.edit_roles'), admin_roles_path)])
|
||||
|
||||
.actions
|
||||
= f.button :button,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue