diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-27 17:06:02 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-27 17:06:02 +0200 |
commit | b43084d180c3fd852b38b409e491f80634a61bb1 (patch) | |
tree | 9117de396f2bfb2cca7be8b9f00e5995b1d54ea2 | |
parent | 890c4f9848046d80bd51903cbaba2d5b7855ac91 (diff) | |
download | gitlab-ce-b43084d180c3fd852b38b409e491f80634a61bb1.tar.gz |
Add hero-unit to /help
-rw-r--r-- | app/views/help/index.html.haml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index 228c9b03bc1..869f87df4db 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -1,12 +1,14 @@ -%h2.page-title - GitLab - .pull-right +.hero-unit + %h2 + GitLab %span= Gitlab::VERSION %small= Gitlab::REVISION -%p.slead - Self Hosted Git Management - %br - Fast, secure and stable solution based on Ruby on Rails. + %p.slead + GitLab is open source software to collaborate on code. + %br + Create projects and repositories, manage access and do code reviews. + %br + Read more about GitLab at #{link_to "gitlab.org", "http://gitlab.org/", target: "_blank"}. .row .span4 |