From b43084d180c3fd852b38b409e491f80634a61bb1 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sun, 27 Oct 2013 17:06:02 +0200 Subject: Add hero-unit to /help --- app/views/help/index.html.haml | 16 +++++++++------- 1 file 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 -- cgit v1.2.1