9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
|
= content_for :sidebar do
|
||
|
= render :partial => "sidebar/sidebar"
|
||
|
|
||
|
= content_for :title do
|
||
|
\-
|
||
|
= t(:look,:scope=>:prefs)
|
||
|
|
||
|
= render :partial => 'common/main_navigation', :locals => { :prefs => :active }
|