diff options
author | Ash McKenzie <amckenzie@gitlab.com> | 2019-08-05 17:34:26 +1000 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2019-08-05 17:34:26 +1000 |
commit | afbcf479c263dd5a2b52f6f48fb8ce540e5250fc (patch) | |
tree | 0a07576a491e07c0c159e1f603b656a60871a6bb /app/helpers/search_helper.rb | |
parent | 15c2e501eab61f4827b463764fa4d40341131af0 (diff) | |
download | gitlab-ce-ashmckenzie/rename-profile-to-settings.tar.gz |
Diffstat (limited to 'app/helpers/search_helper.rb')
-rw-r--r-- | app/helpers/search_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb index f5c4686a3bf..2098b01a5fa 100644 --- a/app/helpers/search_helper.rb +++ b/app/helpers/search_helper.rb @@ -59,8 +59,8 @@ module SearchHelper # Autocomplete results for various settings pages def default_autocomplete [ - { category: "Settings", label: _("User settings"), url: profile_path }, - { category: "Settings", label: _("SSH Keys"), url: profile_keys_path }, + { category: "Settings", label: _("User settings"), url: settings_path }, + { category: "Settings", label: _("SSH Keys"), url: settings_keys_path }, { category: "Settings", label: _("Dashboard"), url: root_path } ] end |