summaryrefslogtreecommitdiff
path: root/app/views/layouts/project.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-03 13:03:03 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-03-03 13:03:03 +0200
commitd6b051c5be5d7be1519ce31b897c89216715cb53 (patch)
treef034dd868d322ba2ca573f246c753062dd91dfc5 /app/views/layouts/project.html.haml
parent62707bb7301cf7506b4fdae230048e89bc1fd1fd (diff)
downloadgitlab-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.haml7
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