Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Lee Yu <hleeyu@gmail.com>2018-11-07 08:25:08 +0300
committerHeinrich Lee Yu <hleeyu@gmail.com>2018-11-13 10:27:42 +0300
commit26b9d8fe25e83ac36fe8b397addc40b986a965c0 (patch)
treefbbe5c0ec4db80cc4ce80b96b457b88c936c543b /app/helpers/search_helper.rb
parent91d88d10c7a5608309e83969723409d95d1a34b5 (diff)
Add helper tests
Diffstat (limited to 'app/helpers/search_helper.rb')
-rw-r--r--app/helpers/search_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb
index c46516e463b..80cc568820a 100644
--- a/app/helpers/search_helper.rb
+++ b/app/helpers/search_helper.rb
@@ -179,7 +179,7 @@ module SearchHelper
elsif @group.present?
@group.full_path
else
- root_dashboard_path
+ 'dashboard'
end
end