Commit b43084d180c3fd852b38b409e491f80634a61bb1

Authored by Dmitriy Zaporozhets
1 parent 890c4f98

Add hero-unit to /help

Showing 1 changed file with 9 additions and 7 deletions   Show diff stats
app/views/help/index.html.haml
1   -%h2.page-title
2   - GitLab
3   - .pull-right
  1 +.hero-unit
  2 + %h2
  3 + GitLab
4 4 %span= Gitlab::VERSION
5 5 %small= Gitlab::REVISION
6   -%p.slead
7   - Self Hosted Git Management
8   - %br
9   - Fast, secure and stable solution based on Ruby on Rails.
  6 + %p.slead
  7 + GitLab is open source software to collaborate on code.
  8 + %br
  9 + Create projects and repositories, manage access and do code reviews.
  10 + %br
  11 + Read more about GitLab at #{link_to "gitlab.org", "http://gitlab.org/", target: "_blank"}.
10 12  
11 13 .row
12 14 .span4
... ...