summaryrefslogtreecommitdiff
path: root/app/helpers/gitlab_routing_helper.rb
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 15:58:22 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 15:58:22 +0200
commit251a78022d12c62ff738540d4104bbf0730ef234 (patch)
tree974e0f82fcc947a6ca5abf742fc87ebd406ce4cc /app/helpers/gitlab_routing_helper.rb
parent4af0968c43d517a3d702658749b5117ba4b9e11a (diff)
downloadgitlab-ce-251a78022d12c62ff738540d4104bbf0730ef234.tar.gz
Cleanup changes
Diffstat (limited to 'app/helpers/gitlab_routing_helper.rb')
-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 f1af8e163cd..f07eff3fb57 100644
--- a/app/helpers/gitlab_routing_helper.rb
+++ b/app/helpers/gitlab_routing_helper.rb
@@ -33,14 +33,6 @@ module GitlabRoutingHelper
namespace_project_builds_path(project.namespace, project, *args)
end
- def project_commit_path(project, commit)
- builds_namespace_project_commit_path(project.namespace, project, commit.id)
- end
-
- def project_ci_commit_path(project, ci_commit)
- builds_namespace_project_commit_path(project.namespace, project, ci_commit.sha)
- end
-
def activity_project_path(project, *args)
activity_namespace_project_path(project.namespace, project, *args)
end