diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-02-16 03:07:47 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-02-16 03:07:47 +0000 |
commit | e0d7302b73bd0ed959f985200dd809a5c31144e3 (patch) | |
tree | 7db5b27624fe690929f8dafd9de2f1077d426d52 /app | |
parent | 2ad00f529458bdec9522f17a85e864805faab406 (diff) | |
parent | 655e9c6b4278102e78ffb7de13ca7b0b0f454c2a (diff) | |
download | gitlab-ce-e0d7302b73bd0ed959f985200dd809a5c31144e3.tar.gz |
Merge branch 'subscription-link' into 'master'
Add links to the quick help list
Add links in the quick help list to the pricing and feature comparison pages on about.gitlab.com. See #1969
cc @sytse
See merge request !1525
Diffstat (limited to 'app')
-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 |