summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-04-04 08:05:09 +0200
committerdosire <sytses@gmail.com>2014-04-04 08:05:09 +0200
commit6205b068cd9318732d05a19002bf3e9920ddc0a4 (patch)
tree407830a4178ddbf90b39bfcb4dd02a3104bf4f9a
parent49a5159946bc8added6258f62efcf7674e4b0562 (diff)
downloadgitlab-ce-6205b068cd9318732d05a19002bf3e9920ddc0a4.tar.gz
Reduce the number of times people send emails or file issues out of the blue.
-rw-r--r--app/views/help/index.html.haml12
1 files changed, 2 insertions, 10 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index c82acd917d0..16e5948b472 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -23,8 +23,8 @@
Quick help
%ul.well-list
%li
- Email your
- = mail_to gitlab_config.support_email, "support contact"
+ See our website for
+ = link_to "getting help", "https://www.gitlab.com/getting-help/"
%li
Use the
= link_to "search bar", '#', onclick: "$('#search').focus();"
@@ -32,14 +32,6 @@
%li
Use
= link_to "shortcuts", '#', onclick: "new Shortcuts()"
- %li
- Ask in our
- = link_to "mailing list", "https://groups.google.com/forum/#!forum/gitlabhq"
- or on
- = link_to "Stack Overflow", "http://stackoverflow.com/questions/tagged/gitlab"
- %li
- Browse our
- = link_to "issue tracker", "https://gitlab.com/gitlab-org/gitlab-ce/issues"
.col-md-4
.ui-box