summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-03-12 07:49:16 -0800
committerStan Hu <stanhu@gmail.com>2016-03-12 07:49:16 -0800
commit2563213ccf3c1b26d58292570f9170f73034b221 (patch)
tree758999ceba063ee65440bbbea270e11bfa65e394 /app/views/projects
parentcc065fbeaa8b5e480d6ba5349198042e8a84b011 (diff)
downloadgitlab-ce-2563213ccf3c1b26d58292570f9170f73034b221.tar.gz
Remove existing go_import.html.haml implementation
Diffstat (limited to 'app/views/projects')
-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"}