Commit ea10424e0e0a3f92cb11eaa190497b50c33b1f9d

Authored by dosire
1 parent e772da0c

Also change the description in the help.

Showing 1 changed file with 8 additions and 2 deletions   Show diff stats
app/views/help/index.html.haml
... ... @@ -6,9 +6,15 @@
6 6 %p.slead
7 7 GitLab is open source software to collaborate on code.
8 8 %br
9   - Create projects and repositories, manage access and do code reviews.
  9 + Manage git repositories with fine grained access controls that keep your code secure.
10 10 %br
11   - Read more about GitLab at #{link_to "gitlab.org", "http://gitlab.org/", target: "_blank"}.
  11 + Perform code reviews and enhance collaboration with merge requests.
  12 + %br
  13 + Each project can also have an issue tracker and a wiki.
  14 + %br
  15 + Used by than 50,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
  16 + %br
  17 + Read more about GitLab at #{link_to "www.gitlab.com", "https://www.gitlab.com/", target: "_blank"}.
12 18  
13 19 .row
14 20 .col-md-4
... ...