summaryrefslogtreecommitdiff
path: root/app/views/help/index.html.haml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-09-23 16:02:21 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-09-23 16:02:21 -0400
commit316358345aee2e8668f1ab048d57c2176e8788b4 (patch)
treec4221d756382106a5328518c627fd47a9225a174 /app/views/help/index.html.haml
parentebcd503e9372df6b5d3dfecbb548b0bd1e3d1ecb (diff)
downloadgitlab-ce-316358345aee2e8668f1ab048d57c2176e8788b4.tar.gz
Make all "Quick help" link text the entire body of the link
Prior, it wasn't obvious which parts of each item was an actual link.
Diffstat (limited to 'app/views/help/index.html.haml')
-rw-r--r--app/views/help/index.html.haml21
1 files changed, 5 insertions, 16 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index 5e0cf06e15e..8982831e20d 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -34,19 +34,8 @@
.panel-heading
Quick help
%ul.well-list
- %li
- See our website for
- = link_to 'getting help', promo_url + '/getting-help/'
- %li
- Use the
- = link_to 'search bar', '#', onclick: 'Shortcuts.focusSearch(event)'
- on the top of this page
- %li
- Use
- = link_to 'shortcuts', '#', onclick: 'Shortcuts.showHelp(event)'
- %li
- Get a support
- = link_to 'subscription', 'https://about.gitlab.com/pricing/'
- %li
- = link_to 'Compare', 'https://about.gitlab.com/features/#compare'
- GitLab editions
+ %li= link_to 'See our website for getting help', promo_url + '/getting-help/'
+ %li= link_to 'Use the search bar on the top of this page', '#', onclick: 'Shortcuts.focusSearch(event)'
+ %li= link_to 'Use shortcuts', '#', onclick: 'Shortcuts.showHelp(event)'
+ %li= link_to 'Get a support subscription', 'https://about.gitlab.com/pricing/'
+ %li= link_to 'Compare GitLab editions', 'https://about.gitlab.com/features/#compare'