Issue #123
This commit is contained in:
parent
a9d224d36d
commit
29158ea38c
1 changed files with 9 additions and 4 deletions
|
@ -1,4 +1,9 @@
|
||||||
%div{:class => "tile", :style => view_mode_style("tile")}
|
- unless @projects.empty?
|
||||||
= render "tile"
|
%div{:class => "tile", :style => view_mode_style("tile")}
|
||||||
%div{:class => "list", :style => view_mode_style("list")}
|
= render "tile"
|
||||||
= render "list"
|
%div{:class => "list", :style => view_mode_style("list")}
|
||||||
|
= render "list"
|
||||||
|
- else
|
||||||
|
%center.prepend-top
|
||||||
|
%h2
|
||||||
|
%cite Nothing here
|
||||||
|
|
Loading…
Add table
Reference in a new issue