Commit 3d2c81856c842521af103e5f1d72aafa8329bf9b
Exists in
spb-stable
and in
3 other branches
Merge branch 'deduplicate-help' into 'master'
Deduplicate help
Showing
1 changed file
with
2 additions
and
10 deletions
Show diff stats
app/views/help/index.html.haml
| @@ -23,8 +23,8 @@ | @@ -23,8 +23,8 @@ | ||
| 23 | Quick help | 23 | Quick help |
| 24 | %ul.well-list | 24 | %ul.well-list |
| 25 | %li | 25 | %li |
| 26 | - Email your | ||
| 27 | - = mail_to gitlab_config.support_email, "support contact" | 26 | + See our website for |
| 27 | + = link_to "getting help", "https://www.gitlab.com/getting-help/" | ||
| 28 | %li | 28 | %li |
| 29 | Use the | 29 | Use the |
| 30 | = link_to "search bar", '#', onclick: "$('#search').focus();" | 30 | = link_to "search bar", '#', onclick: "$('#search').focus();" |
| @@ -32,14 +32,6 @@ | @@ -32,14 +32,6 @@ | ||
| 32 | %li | 32 | %li |
| 33 | Use | 33 | Use |
| 34 | = link_to "shortcuts", '#', onclick: "new Shortcuts()" | 34 | = link_to "shortcuts", '#', onclick: "new Shortcuts()" |
| 35 | - %li | ||
| 36 | - Ask in our | ||
| 37 | - = link_to "mailing list", "https://groups.google.com/forum/#!forum/gitlabhq" | ||
| 38 | - or on | ||
| 39 | - = link_to "Stack Overflow", "http://stackoverflow.com/questions/tagged/gitlab" | ||
| 40 | - %li | ||
| 41 | - Browse our | ||
| 42 | - = link_to "issue tracker", "https://gitlab.com/gitlab-org/gitlab-ce/issues" | ||
| 43 | 35 | ||
| 44 | .col-md-4 | 36 | .col-md-4 |
| 45 | .ui-box | 37 | .ui-box |