Skip to content
Snippets Groups Projects

Change admin users search filter

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -352,7 +352,7 @@ def preload_project_associations(_)
end
def admin_user_tab_classes
return 'js-users-tab gl-w-full' unless request.path == admin_users_path
return 'js-users-tabs gl-w-full' unless request.path == admin_users_path
'js-users-tabs gl-w-full admin-users-nav'
end
Loading