diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-11-25 18:10:32 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-12-21 11:18:13 +0000 |
commit | 9a82aa70e3f3ff679c7a27ccbb9d497576b20822 (patch) | |
tree | ce3319cfb4aae72797bc0f3f247d79a41481e551 /app/helpers | |
parent | dfa842ce1de5b93bca2f336f3cf8c8769a555853 (diff) | |
download | gitlab-ce-9a82aa70e3f3ff679c7a27ccbb9d497576b20822.tar.gz |
Remove builds tab from commit
Remove unused file
Fix commit link
Diffstat (limited to 'app/helpers')
-rw-r--r-- | app/helpers/ci_status_helper.rb | 2 |
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 |