13 lines
415 B
Text
13 lines
415 B
Text
%div{:data => {:role => 'content'}}
|
|
%div{:data => {:role => 'fieldcontain'}}
|
|
=render 'shared/publisher', :aspect => @aspect
|
|
|
|
= render 'shared/stream', :posts => @posts
|
|
|
|
%div{:data => {:role => 'footer', :id => 'footer-toolbar', :position => 'fixed'}}
|
|
%div{:data => {:role => 'navbar'}}
|
|
%ul
|
|
%li{:class => 'ui-btn-active'}
|
|
= link_to 'posts', '#'
|
|
%li
|
|
=link_to 'contacts', '#'
|