d62200cad4
* Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
- 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
|