diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-03-03 13:03:03 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-03-03 13:03:03 +0200 |
commit | d6b051c5be5d7be1519ce31b897c89216715cb53 (patch) | |
tree | f034dd868d322ba2ca573f246c753062dd91dfc5 /app/views/layouts/project.html.haml | |
parent | 62707bb7301cf7506b4fdae230048e89bc1fd1fd (diff) | |
download | gitlab-ce-d6b051c5be5d7be1519ce31b897c89216715cb53.tar.gz |
get rid of sidebar
Diffstat (limited to 'app/views/layouts/project.html.haml')
-rw-r--r-- | app/views/layouts/project.html.haml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml index e79161db0f9..d9843c65fce 100644 --- a/app/views/layouts/project.html.haml +++ b/app/views/layouts/project.html.haml @@ -7,10 +7,5 @@ .container = render :partial => "layouts/project_menu" .content - - if @full_content - = yield - - else - .row - .span12= yield - .sidebar= render "layouts/project_side_right" + = yield |