Avoid id
duplication conflict with main navigation from settings profile link (#32181)
This commit is contained in:
parent
1be55ce244
commit
685067efd1
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ SimpleNavigation::Configuration.run do |navigation|
|
|||
s.item :export, safe_join([material_symbol('cloud_download'), t('settings.export')]), settings_export_path
|
||||
end
|
||||
|
||||
n.item :invites, safe_join([material_symbol('person_add'), t('invites.title')]), invites_path, if: -> { current_user.can?(:invite_users) && current_user.functional? && !self_destruct }
|
||||
n.item :user_invites, safe_join([material_symbol('person_add'), t('invites.title')]), invites_path, if: -> { current_user.can?(:invite_users) && current_user.functional? && !self_destruct }
|
||||
n.item :development, safe_join([material_symbol('code'), t('settings.development')]), settings_applications_path, highlights_on: %r{/settings/applications}, if: -> { current_user.functional? && !self_destruct }
|
||||
|
||||
n.item :trends, safe_join([material_symbol('trending_up'), t('admin.trends.title')]), admin_trends_statuses_path, if: -> { current_user.can?(:manage_taxonomies) && !self_destruct } do |s|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue