2011-11-01 10:00:59 +01:00
|
|
|
- content_for(:body_class, "projects-page")
|
2011-10-28 13:41:39 +02:00
|
|
|
- content_for(:page_title) do
|
2011-11-06 19:48:21 +01:00
|
|
|
.container_4
|
|
|
|
.grid_4
|
|
|
|
- if current_user.can_create_project?
|
|
|
|
%a.grey-button.right{:href => new_project_path} Create new project
|
|
|
|
%h2.icon
|
|
|
|
%span
|
|
|
|
Projects
|
2011-10-28 13:41:39 +02:00
|
|
|
|
2011-11-06 19:48:21 +01:00
|
|
|
%div.clear
|
|
|
|
- unless @projects.empty?
|
|
|
|
%div{:class => "tile", :style => view_mode_style("tile")}
|
|
|
|
= render "tile"
|
|
|
|
%div{:class => "list", :style => view_mode_style("list")}
|
|
|
|
= render "list"
|
|
|
|
- else
|
|
|
|
%center.prepend-top
|
|
|
|
%h2
|
|
|
|
%cite Nothing here
|