summaryrefslogtreecommitdiff
path: root/app/helpers/ci_status_helper.rb
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-11-29 13:02:28 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-12-21 11:18:15 +0000
commit7086dac42fff6e32bc38b389ffa104d9c21a159c (patch)
tree039fbb7c6c4d003310b8d500760f4834e2de1fb1 /app/helpers/ci_status_helper.rb
parent9a82aa70e3f3ff679c7a27ccbb9d497576b20822 (diff)
downloadgitlab-ce-7086dac42fff6e32bc38b389ffa104d9c21a159c.tar.gz
Changes after review
Fix broken test Remove spinach tests for the builds tab
Diffstat (limited to 'app/helpers/ci_status_helper.rb')
-rw-r--r--app/helpers/ci_status_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/ci_status_helper.rb b/app/helpers/ci_status_helper.rb
index 94e91031680..94f3b480178 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -1,7 +1,7 @@
module CiStatusHelper
def ci_status_path(pipeline)
project = pipeline.project
- # builds_namespace_project_commit_path(project.namespace, project, pipeline.sha)
+ namespace_project_pipeline_path(project.namespace, project, pipeline)
end
# Is used by Commit and Merge Request Widget