summaryrefslogtreecommitdiff
path: root/app/views/layouts/profile.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/profile.html.haml
parent62707bb7301cf7506b4fdae230048e89bc1fd1fd (diff)
downloadgitlab-ce-d6b051c5be5d7be1519ce31b897c89216715cb53.tar.gz
get rid of sidebar
Diffstat (limited to 'app/views/layouts/profile.html.haml')
-rw-r--r--app/views/layouts/profile.html.haml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml
index 3e049f4a6c7..96f96155323 100644
--- a/app/views/layouts/profile.html.haml
+++ b/app/views/layouts/profile.html.haml
@@ -13,6 +13,4 @@
= link_to keys_path, :class => controller.controller_name == "keys" ? "current" : nil do
SSH Keys
.content
- .row
- .span12= yield
- .sidebar= render "layouts/projects_side"
+ = yield