diff options
author | Stan Hu <stanhu@gmail.com> | 2016-03-12 21:05:23 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-03-12 21:05:23 +0000 |
commit | 74d7de81960e6d7037c5ae7d4ecd953ac6ea5deb (patch) | |
tree | f1fb527c31109bf1370c3f1e560e2ded7d87920c /app/views | |
parent | 30ab290b2829b84f4abb9d18f9b907bb9212f445 (diff) | |
download | gitlab-ce-74d7de81960e6d7037c5ae7d4ecd953ac6ea5deb.tar.gz |
Revert "Revert "Merge branch 'support-go-subpackages' into 'master'
""
This reverts commit 5a586f364c5d2b866d6a074eff7996f05585b7d5
Diffstat (limited to 'app/views')
-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"} |