Fix missing padding for user/group pages

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2016-01-14 16:42:25 +01:00
parent 0eef82761f
commit 49c310e45c
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
4 changed files with 0 additions and 8 deletions

View File

@ -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;

View File

@ -1,5 +1,4 @@
- @no_container = true
- @blank_container = true
- unless can?(current_user, :read_group, @group)
- @disable_search_panel = true

View File

@ -1,5 +1,4 @@
- @no_container = true
- @blank_container = true
= content_for :meta_tags do
- if current_user

View File

@ -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")