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:
authorFilipa Lacerda <filipa@gitlab.com>2016-11-25 21:10:32 +0300
committerFilipa Lacerda <filipa@gitlab.com>2016-12-21 14:18:13 +0300
commit9a82aa70e3f3ff679c7a27ccbb9d497576b20822 (patch)
treece3319cfb4aae72797bc0f3f247d79a41481e551 /app/helpers
parentdfa842ce1de5b93bca2f336f3cf8c8769a555853 (diff)
Remove builds tab from commit
Remove unused file Fix commit link
Diffstat (limited to 'app/helpers')
-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 d9f5e01f0dc..94e91031680 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)
+ # builds_namespace_project_commit_path(project.namespace, project, pipeline.sha)
end
# Is used by Commit and Merge Request Widget