diff options
Diffstat (limited to 'app/views/layouts/_content.html.haml')
-rw-r--r-- | app/views/layouts/_content.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_content.html.haml b/app/views/layouts/_content.html.haml index 07f9189..b72b7c1 100644 --- a/app/views/layouts/_content.html.haml +++ b/app/views/layouts/_content.html.haml @@ -8,7 +8,7 @@ - content = yield - if @show_navigation && @user - .span2 + .col-md-2 = render 'layouts/navigation' .span10 = render 'layouts/messages' |