diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-06 12:32:04 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-06 12:32:04 -0800 |
commit | 4165426725677d092275f2935a43527f130d8bcb (patch) | |
tree | b5298db92a5ad992f9d2b1925dd20fcb1174adcc /app/helpers/groups_helper.rb | |
parent | 560e717fd6cc4e1a6055e2d84432fe3ad60ce7eb (diff) | |
download | gitlab-ce-4165426725677d092275f2935a43527f130d8bcb.tar.gz |
Restyle and refactor milestones filter
Diffstat (limited to 'app/helpers/groups_helper.rb')
-rw-r--r-- | app/helpers/groups_helper.rb | 12 |
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') |