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:
authorKamil Trzciński <ayufan@ayufan.eu>2018-05-07 18:45:42 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-05-07 18:45:42 +0300
commit8ba7b602c8adc57cff546caaf51527ce49e7da0f (patch)
treef488ced8b1d3fd98ec22b13116dc6ba96298d6b5 /app/helpers
parentd0cbef7e8f4faf76b9a528a4629517f29b8c265b (diff)
parentd100396d4bc65114707148216a13b5ab9bc483f7 (diff)
Merge branch '10244-ux-improvements-for-group-runners' into 'master'
Improve UX For Group Runners See merge request gitlab-org/gitlab-ce!18649
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/gitlab_routing_helper.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/helpers/gitlab_routing_helper.rb b/app/helpers/gitlab_routing_helper.rb
index 40073f714ee..61e12b0f31e 100644
--- a/app/helpers/gitlab_routing_helper.rb
+++ b/app/helpers/gitlab_routing_helper.rb
@@ -19,14 +19,6 @@ module GitlabRoutingHelper
project_commits_path(project, ref_name, *args)
end
- def runners_path(project, *args)
- project_runners_path(project, *args)
- end
-
- def runner_path(runner, *args)
- project_runner_path(@project, runner, *args)
- end
-
def environment_path(environment, *args)
project_environment_path(environment.project, environment, *args)
end