summaryrefslogtreecommitdiff
path: root/app/views/users
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 16:42:25 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-14 16:42:25 +0100
commit49c310e45c896ba6275e2f1b5c5b73a896efc498 (patch)
tree2eb7c8ff00ac3a4543ece0b0b4aeefbb7865cefd /app/views/users
parent0eef82761fe3a100c4f22c7a1abea3a34dc76edf (diff)
downloadgitlab-ce-49c310e45c896ba6275e2f1b5c5b73a896efc498.tar.gz
Fix missing padding for user/group pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/users')
-rw-r--r--app/views/users/show.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index 284a62e6f47..849304ee2b6 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -2,7 +2,6 @@
- page_description @user.bio
- header_title @user.name, user_path(@user)
- @no_container = true
-- @blank_container = true
= content_for :meta_tags do
= auto_discovery_link_tag(:atom, user_url(@user, format: :atom), title: "#{@user.name} activity")