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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-27 14:56:20 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-27 14:56:20 +0400
commit6b01196fb238cb921056ecd8d1572ff2874bf912 (patch)
tree37f437b6a918d6b7e6da041f7c44ac7214aaceb0 /app/helpers/dashboard_helper.rb
parentbd3b677b86d7c76788420e94862836343ac5c841 (diff)
Dashboard to resource
Diffstat (limited to 'app/helpers/dashboard_helper.rb')
-rw-r--r--app/helpers/dashboard_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/helpers/dashboard_helper.rb b/app/helpers/dashboard_helper.rb
index 0baa5b4108e..c759dffa16e 100644
--- a/app/helpers/dashboard_helper.rb
+++ b/app/helpers/dashboard_helper.rb
@@ -9,9 +9,9 @@ module DashboardHelper
case entity
when 'issue' then
- dashboard_issues_path(options)
+ issues_dashboard_path(options)
when 'merge_request'
- dashboard_merge_requests_path(options)
+ merge_requests_dashboard_path(options)
end
end