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.
This commit is contained in:
parent
ebcd503e93
commit
316358345a
1 changed files with 5 additions and 16 deletions
|
@ -34,19 +34,8 @@
|
||||||
.panel-heading
|
.panel-heading
|
||||||
Quick help
|
Quick help
|
||||||
%ul.well-list
|
%ul.well-list
|
||||||
%li
|
%li= link_to 'See our website for getting help', promo_url + '/getting-help/'
|
||||||
See our website for
|
%li= link_to 'Use the search bar on the top of this page', '#', onclick: 'Shortcuts.focusSearch(event)'
|
||||||
= link_to 'getting help', promo_url + '/getting-help/'
|
%li= link_to 'Use shortcuts', '#', onclick: 'Shortcuts.showHelp(event)'
|
||||||
%li
|
%li= link_to 'Get a support subscription', 'https://about.gitlab.com/pricing/'
|
||||||
Use the
|
%li= link_to 'Compare GitLab editions', 'https://about.gitlab.com/features/#compare'
|
||||||
= 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
|
|
||||||
|
|
Loading…
Reference in a new issue