Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
49c310e4
Commit
49c310e4
authored
Jan 14, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing padding for user/group pages
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
0eef8276
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
8 deletions
+0
-8
app/assets/stylesheets/framework/mobile.scss
app/assets/stylesheets/framework/mobile.scss
+0
-5
app/views/groups/show.html.haml
app/views/groups/show.html.haml
+0
-1
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+0
-1
app/views/users/show.html.haml
app/views/users/show.html.haml
+0
-1
No files found.
app/assets/stylesheets/framework/mobile.scss
View file @
49c310e4
...
@@ -100,11 +100,6 @@
...
@@ -100,11 +100,6 @@
}
}
@media
(
max-width
:
$screen-sm-max
)
{
@media
(
max-width
:
$screen-sm-max
)
{
.page-with-sidebar
.content-wrapper
{
padding
:
0
;
padding-top
:
1px
;
}
.issues-filters
{
.issues-filters
{
.milestone-filter
,
.labels-filter
{
.milestone-filter
,
.labels-filter
{
display
:
none
;
display
:
none
;
...
...
app/views/groups/show.html.haml
View file @
49c310e4
-
@no_container
=
true
-
@no_container
=
true
-
@blank_container
=
true
-
unless
can?
(
current_user
,
:read_group
,
@group
)
-
unless
can?
(
current_user
,
:read_group
,
@group
)
-
@disable_search_panel
=
true
-
@disable_search_panel
=
true
...
...
app/views/projects/show.html.haml
View file @
49c310e4
-
@no_container
=
true
-
@no_container
=
true
-
@blank_container
=
true
=
content_for
:meta_tags
do
=
content_for
:meta_tags
do
-
if
current_user
-
if
current_user
...
...
app/views/users/show.html.haml
View file @
49c310e4
...
@@ -2,7 +2,6 @@
...
@@ -2,7 +2,6 @@
-
page_description
@user
.
bio
-
page_description
@user
.
bio
-
header_title
@user
.
name
,
user_path
(
@user
)
-
header_title
@user
.
name
,
user_path
(
@user
)
-
@no_container
=
true
-
@no_container
=
true
-
@blank_container
=
true
=
content_for
:meta_tags
do
=
content_for
:meta_tags
do
=
auto_discovery_link_tag
(
:atom
,
user_url
(
@user
,
format: :atom
),
title:
"
#{
@user
.
name
}
activity"
)
=
auto_discovery_link_tag
(
:atom
,
user_url
(
@user
,
format: :atom
),
title:
"
#{
@user
.
name
}
activity"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment