diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-03-12 17:38:08 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-03-12 17:38:08 +0000 |
commit | 826bc72c12cde117c52bfc4b2acb59254a24eff9 (patch) | |
tree | ce1a0fd9387a606c955e1cf29b0f8774baf7c3cf /app/views/projects | |
parent | a3b626bf2544a1ad98651a2a2c5cdd13dc934e12 (diff) | |
parent | 380a67ad4c635ca6fbfc4e8845f97788873f4e36 (diff) | |
download | gitlab-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/projects')
-rw-r--r-- | app/views/projects/go_import.html.haml | 5 |
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"} |