Skip to content
Snippets Groups Projects
Verified Commit 49c310e4 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix missing padding for user/group pages

parent 0eef8276
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
- @no_container = true
- @blank_container = true
 
- unless can?(current_user, :read_group, @group)
- @disable_search_panel = true
Loading
Loading
- @no_container = true
- @blank_container = true
 
= content_for :meta_tags do
- if current_user
Loading
Loading
Loading
Loading
@@ -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")
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment