summaryrefslogtreecommitdiff
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
parent0eef82761fe3a100c4f22c7a1abea3a34dc76edf (diff)
downloadgitlab-ce-49c310e45c896ba6275e2f1b5c5b73a896efc498.tar.gz
Fix missing padding for user/group pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/framework/mobile.scss5
-rw-r--r--app/views/groups/show.html.haml1
-rw-r--r--app/views/projects/show.html.haml1
-rw-r--r--app/views/users/show.html.haml1
4 files changed, 0 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss
index 28c294714ad..0997dfc287c 100644
--- a/app/assets/stylesheets/framework/mobile.scss
+++ b/app/assets/stylesheets/framework/mobile.scss
@@ -100,11 +100,6 @@
}
@media (max-width: $screen-sm-max) {
- .page-with-sidebar .content-wrapper {
- padding: 0;
- padding-top: 1px;
- }
-
.issues-filters {
.milestone-filter, .labels-filter {
display: none;
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
index 5e39d3ab601..ebb3df7dca3 100644
--- a/app/views/groups/show.html.haml
+++ b/app/views/groups/show.html.haml
@@ -1,5 +1,4 @@
- @no_container = true
-- @blank_container = true
- unless can?(current_user, :read_group, @group)
- @disable_search_panel = true
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index 797bee708bd..4310f038fc9 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -1,5 +1,4 @@
- @no_container = true
-- @blank_container = true
= content_for :meta_tags do
- if current_user
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")