restyled main menu. move from left to top orientation

This commit is contained in:
Dmitriy Zaporozhets 2012-02-12 02:38:38 +02:00
parent 9511ec846d
commit c844723a24
11 changed files with 98 additions and 71 deletions

View file

@ -1,7 +1,7 @@
- @projects.in_groups_of(2, false) do |projects|
.row
- projects.each_with_index do |project, i|
.span4.well
.span5.well
= link_to project_path(project) do
%h3= truncate(project.name, :length => 20)
%p.title.repository.git_url_wrapper