summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-03-12 17:42:51 +0000
committerDouwe Maan <douwe@gitlab.com>2016-03-12 17:42:51 +0000
commit5a586f364c5d2b866d6a074eff7996f05585b7d5 (patch)
tree6f27747ad662ae16f588e9706ac5e3668bc515e6 /app/views
parent826bc72c12cde117c52bfc4b2acb59254a24eff9 (diff)
downloadgitlab-ce-5a586f364c5d2b866d6a074eff7996f05585b7d5.tar.gz
Revert "Merge branch 'support-go-subpackages' into 'master' "
This reverts merge request !3191
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/go_import.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/projects/go_import.html.haml b/app/views/projects/go_import.html.haml
new file mode 100644
index 00000000000..87ac75a350f
--- /dev/null
+++ b/app/views/projects/go_import.html.haml
@@ -0,0 +1,5 @@
+!!! 5
+%html
+ %head
+ - web_url = [Gitlab.config.gitlab.url, @namespace, @id].join('/')
+ %meta{name: "go-import", content: "#{web_url.split('://')[1]} git #{web_url}.git"}