commit
This commit is contained in:
parent
fb33ccd87f
commit
9bf39477de
4 changed files with 18 additions and 19 deletions
|
@ -1,9 +1,10 @@
|
|||
- content_for(:page_title) do
|
||||
.page-title
|
||||
.container_3
|
||||
.grid-4
|
||||
%h2.icon
|
||||
- if current_user.can_create_project?
|
||||
%a.grey-button{:href => new_project_path} Create new project
|
||||
%h1 Projects
|
||||
%a.grey-button.right{:href => new_project_path} Create new project
|
||||
%span
|
||||
Projects
|
||||
|
||||
- unless @projects.empty?
|
||||
%div{:class => "tile", :style => view_mode_style("tile")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue