summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-11-14 11:06:57 +0100
committerRémy Coutable <remy@rymai.me>2017-11-14 12:45:43 +0100
commit6ae4747673aacce567ad17b16a6f957e038452c1 (patch)
tree3691016b7200ecd854f2e823fbb2e4677ab4fd34 /app/helpers
parentacc60818caf34db81f276fa94daea7b6c3a37be4 (diff)
downloadgitlab-ce-6ae4747673aacce567ad17b16a6f957e038452c1.tar.gz
Replace ci_status_path with pipeline_pathrc/use-existing-url-helper
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/ci_status_helper.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/helpers/ci_status_helper.rb b/app/helpers/ci_status_helper.rb
index 4dd573c61f1..636316da80a 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -6,11 +6,6 @@
# See 'detailed_status?` method and `Gitlab::Ci::Status` module.
#
module CiStatusHelper
- def ci_status_path(pipeline)
- project = pipeline.project
- project_pipeline_path(project, pipeline)
- end
-
def ci_label_for_status(status)
if detailed_status?(status)
return status.label