gitlab-org--gitlab-foss/app
Dmitriy Zaporozhets bb3d7b0558 Merge branch 'refactor-project-page' into 'master'
Improve project home page usability

I looked at project page and saw next problems with it:

* a lot of information but not separated on blocks - hard to understand
* unclear how to contribute to project

Instead of complete redesign I followed step-by-step changes.

### Step 1

First of all I separated Repository and Contribution blocks.
Contribution block should makes it easy for people to contribute. Even when we visit GitHub project page its not clear how to start. Our Contribution section should help with it. All repository stats and download button moved to Repository block.

![Screenshot_2015-05-05_11.49.16](https://gitlab.com/gitlab-org/gitlab-ce/uploads/e69977603acfdc381acb539b19e8cba1/Screenshot_2015-05-05_11.49.16.png)

### Step 2

Next step was to make top section less loaded. I moved clone panel to sidebar because it is very heavy element and rarely used. If you use web editor - you dont even use it. If you work via http/ssh you will copy remote only once. So my idea - it should be on home page but should not be in center of attention.

![Screenshot_2015-05-05_12.47.04](https://gitlab.com/gitlab-org/gitlab-ce/uploads/41633cc8915bb12c979230567b40aea4/Screenshot_2015-05-05_12.47.04.png)

See merge request !610
2015-05-06 08:14:10 +00:00
..
assets Restlye project sidebar a bit to make it more clear 2015-05-05 19:38:53 +03:00
controllers Merge branch 'fix-escaped-branches-in-compare' into 'master' 2015-05-04 06:58:56 +00:00
finders Group milestones by title in the dashboard and all other issue views 2015-05-01 01:12:58 +02:00
helpers Merge branch 'fix-wiki-search' into 'master' 2015-05-04 08:53:21 +00:00
mailers Use the configured display name in e-mails from Devise mailer 2015-05-05 19:54:21 -07:00
models fix gitlab CI links 2015-05-05 14:02:31 +03:00
services
uploaders
views Merge branch 'refactor-project-page' into 'master' 2015-05-06 08:14:10 +00:00
workers