Commit ac77f5ff1f3ceab2b882e4f8818c34ce6a5badc0
1 parent
2446e91d
Exists in
master
and in
4 other branches
add stack overflow to help page
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
app/views/help/index.html.haml
... | ... | @@ -27,6 +27,8 @@ |
27 | 27 | %li |
28 | 28 | Ask in our |
29 | 29 | = link_to "support forum", "https://groups.google.com/forum/#!forum/gitlabhq" |
30 | + or on | |
31 | + = link_to "Stack Overflow", "http://stackoverflow.com/questions/tagged/gitlab" | |
30 | 32 | %li |
31 | 33 | Browse our |
32 | 34 | = link_to "issue tracker", "https://github.com/gitlabhq/gitlabhq/issues" | ... | ... |