diff options
author | Vinnie Okada <vokada@mrvinn.com> | 2015-02-14 20:11:45 -0700 |
---|---|---|
committer | Vinnie Okada <vokada@mrvinn.com> | 2015-02-14 20:11:45 -0700 |
commit | 1da7781cb313d4df2514a1bfc6ad125e9539371c (patch) | |
tree | b3e9fb39dd5abfbab8fbbc9f1eec7c59f874b13b | |
parent | ee804e2d94018f633c6e400b443ef514b5d7a10f (diff) | |
download | gitlab-ce-1da7781cb313d4df2514a1bfc6ad125e9539371c.tar.gz |
Add items to "quick help"
Modify the quick help list to add links to the pricing and feature
comparison pages of about.gitlab.com.
-rw-r--r-- | app/views/help/index.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index 7b8193abfdf..64494e3e6b5 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -42,3 +42,9 @@ %li Use = link_to 'shortcuts', '#', onclick: 'Shortcuts.showHelp(event)' + %li + Get a + = link_to 'support subscription', 'https://about.gitlab.com/pricing/' + %li + = link_to 'Compare', 'https://about.gitlab.com/features/#compare' + GitLab editions |