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>2015-01-06 23:32:04 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-06 23:32:04 +0300
commit4165426725677d092275f2935a43527f130d8bcb (patch)
treeb5298db92a5ad992f9d2b1925dd20fcb1174adcc /app/helpers/groups_helper.rb
parent560e717fd6cc4e1a6055e2d84432fe3ad60ce7eb (diff)
Restyle and refactor milestones filter
Diffstat (limited to 'app/helpers/groups_helper.rb')
-rw-r--r--app/helpers/groups_helper.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb
index 975cdeda1bc..03fd461a462 100644
--- a/app/helpers/groups_helper.rb
+++ b/app/helpers/groups_helper.rb
@@ -33,18 +33,6 @@ module GroupsHelper
title
end
- def group_filter_path(entity, options={})
- exist_opts = {
- status: params[:status]
- }
-
- options = exist_opts.merge(options)
-
- path = request.path
- path << "?#{options.to_param}"
- path
- end
-
def group_settings_page?
if current_controller?('groups')
current_action?('edit') || current_action?('projects')