diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-04 15:18:42 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-04-04 15:18:42 +0000 |
commit | 3d2c81856c842521af103e5f1d72aafa8329bf9b (patch) | |
tree | 01ceff3d6c8d4e118aef3236b5db496ecd757002 /app | |
parent | 64341cca116cd7aae158990432a25eeda84ca0e5 (diff) | |
parent | 6205b068cd9318732d05a19002bf3e9920ddc0a4 (diff) | |
download | gitlab-ce-3d2c81856c842521af103e5f1d72aafa8329bf9b.tar.gz |
Merge branch 'deduplicate-help' into 'master'
Deduplicate help
Diffstat (limited to 'app')
-rw-r--r-- | app/views/help/index.html.haml | 12 |
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 |