summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-03-12 17:38:08 +0000
committerDouwe Maan <douwe@gitlab.com>2016-03-12 17:38:08 +0000
commit826bc72c12cde117c52bfc4b2acb59254a24eff9 (patch)
treece1a0fd9387a606c955e1cf29b0f8774baf7c3cf /app/views
parenta3b626bf2544a1ad98651a2a2c5cdd13dc934e12 (diff)
parent380a67ad4c635ca6fbfc4e8845f97788873f4e36 (diff)
downloadgitlab-ce-826bc72c12cde117c52bfc4b2acb59254a24eff9.tar.gz
Merge branch 'support-go-subpackages' into 'master'
Support Golang subpackage fetching Closes #13805 See merge request !3191
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/go_import.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/projects/go_import.html.haml b/app/views/projects/go_import.html.haml
deleted file mode 100644
index 87ac75a350f..00000000000
--- a/app/views/projects/go_import.html.haml
+++ /dev/null
@@ -1,5 +0,0 @@
-!!! 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"}