diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-02-15 21:51:23 -0800 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-02-15 21:51:23 -0800 |
commit | 87b413592499ddcf1149d9e2b580f76a13bf625c (patch) | |
tree | dd8cb5c271c334b5505ac9a21807ae50283ed0a1 | |
parent | ec5622b1a45c9cdce86d1a44aa3a4be6f4eb71bc (diff) | |
download | gitlab-ce-87b413592499ddcf1149d9e2b580f76a13bf625c.tar.gz |
Subscription should be a link on its own.
-rw-r--r-- | app/views/help/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index 64494e3e6b5..af39dfeac5b 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -43,8 +43,8 @@ Use = link_to 'shortcuts', '#', onclick: 'Shortcuts.showHelp(event)' %li - Get a - = link_to 'support subscription', 'https://about.gitlab.com/pricing/' + Get a support + = link_to 'subscription', 'https://about.gitlab.com/pricing/' %li = link_to 'Compare', 'https://about.gitlab.com/features/#compare' GitLab editions |