correct html on project page

This commit is contained in:
Aleksei Kvitinskii 2011-11-06 20:48:21 +02:00
parent 1608c87756
commit 98fcd3b38a

View file

@ -1,5 +1,6 @@
- content_for(:body_class, "projects-page")
- content_for(:page_title) do
.container_4
.grid_4
- if current_user.can_create_project?
%a.grey-button.right{:href => new_project_path} Create new project
@ -7,6 +8,7 @@
%span
Projects
%div.clear
- unless @projects.empty?
%div{:class => "tile", :style => view_mode_style("tile")}
= render "tile"