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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-20 04:27:26 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-20 04:27:26 +0300
commit479020ec6b3ecef56016c9ad4dd106dde822eda1 (patch)
treeb4252f6bed0d8901dcaf1f8a062e5e753a5bf74f /app/helpers/gitlab_routing_helper.rb
parent0ec1c8eea9d72d0d29b49a842317ecfdafabd1e1 (diff)
Fix project issues and merge requests pages
Diffstat (limited to 'app/helpers/gitlab_routing_helper.rb')
-rw-r--r--app/helpers/gitlab_routing_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/helpers/gitlab_routing_helper.rb b/app/helpers/gitlab_routing_helper.rb
index b005cb8e417..3386fac8657 100644
--- a/app/helpers/gitlab_routing_helper.rb
+++ b/app/helpers/gitlab_routing_helper.rb
@@ -47,6 +47,5 @@ module GitlabRoutingHelper
def project_snippet_url(entity, *args)
namespace_project_snippet_url(entity.project.namespace, entity.project, entity, *args)
-
end
end