summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authormattes <matthias.kadenbach@gmail.com>2014-09-05 03:59:45 +0200
committermattes <matthias.kadenbach@gmail.com>2014-12-31 18:37:31 -0800
commit82dec3baf284675564a3c3adc9c198519828bc67 (patch)
treef35bf9525052ac867dda0fba85585863cd51f1e6 /app
parent56f211aa50246ff167894fcd050acad88d81f59e (diff)
downloadgitlab-ce-82dec3baf284675564a3c3adc9c198519828bc67.tar.gz
remove go-import meta tag from haml file
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/_head.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index fa6aecb6661..ccf8df33714 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -1,12 +1,5 @@
%head
%meta{charset: "utf-8"}
-
- -# Go repository retrieval support
- -# Need to be the fist thing in the head
- -# Since Go is using an XML parser to process HTML5
- -# https://github.com/gitlabhq/gitlabhq/pull/5958#issuecomment-45397555
- - if controller_name == 'projects' && action_name == 'show'
- %meta{name: "go-import", content: "#{@project.web_url_without_protocol} git #{@project.web_url}.git"}
%meta{content: "GitLab Community Edition", name: "description"}
%title