restyled main menu. move from left to top orientation
This commit is contained in:
parent
9511ec846d
commit
c844723a24
11 changed files with 98 additions and 71 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue