diff options
-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 |