2013-01-10 13:17:57 -05:00
|
|
|
!!! 5
|
|
|
|
%html{ lang: "en"}
|
2013-01-18 19:33:27 -05:00
|
|
|
= render "layouts/head", title: "Public Projects"
|
2013-09-24 08:58:39 -04:00
|
|
|
%body{class: "ui_mars application", :'data-page' => body_data_page}
|
2013-06-07 10:33:43 -04:00
|
|
|
- if current_user
|
|
|
|
= render "layouts/head_panel", title: "Public Projects"
|
|
|
|
- else
|
2013-09-24 15:14:03 -04:00
|
|
|
= render "layouts/public_head_panel"
|
2013-09-24 08:58:39 -04:00
|
|
|
|
2013-09-24 15:14:03 -04:00
|
|
|
.container.navless-container
|
|
|
|
.content= yield
|