new design/layout started. projects page

This commit is contained in:
gitlabhq 2011-10-28 14:41:39 +03:00
parent 3fa770dd10
commit 1ffb4b98c0
12 changed files with 605 additions and 43 deletions

View file

@ -1,3 +1,10 @@
- content_for(:page_title) do
.page-title
.container_3
- if current_user.can_create_project?
%a.grey-button{:href => new_project_path} Create new project
%h1 Projects
- unless @projects.empty?
%div{:class => "tile", :style => view_mode_style("tile")}
= render "tile"