BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
fedc8adf
Commit
fedc8adf
authored
Aug 17, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-milestone-sidebar' into 'master'
Fix milestone sidebar collapse button Closes #36453 See merge request !13620
parents
36ba84cb
ab226ba1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
issuable.scss
app/assets/stylesheets/pages/issuable.scss
+1
-1
_sidebar.html.haml
app/views/shared/milestones/_sidebar.html.haml
+1
-1
No files found.
app/assets/stylesheets/pages/issuable.scss
View file @
fedc8adf
...
@@ -260,7 +260,7 @@
...
@@ -260,7 +260,7 @@
padding-top
:
10px
;
padding-top
:
10px
;
}
}
&
:not
(
.issue-boards-sidebar
)
:not
([
data-signed-in
])
{
&
:not
(
.issue-boards-sidebar
)
:not
([
data-signed-in
])
:not
([
data-always-show-toggle
])
{
.issuable-sidebar-header
{
.issuable-sidebar-header
{
display
:
none
;
display
:
none
;
}
}
...
...
app/views/shared/milestones/_sidebar.html.haml
View file @
fedc8adf
-
affix_offset
=
local_assigns
.
fetch
(
:affix_offset
,
"50"
)
-
affix_offset
=
local_assigns
.
fetch
(
:affix_offset
,
"50"
)
-
project
=
local_assigns
[
:project
]
-
project
=
local_assigns
[
:project
]
%aside
.right-sidebar.js-right-sidebar
{
data:
{
"offset-top"
=>
affix_offset
,
"spy"
=>
"affix"
},
class:
sidebar_gutter_collapsed_class
,
'aria-live'
=>
'polite'
}
%aside
.right-sidebar.js-right-sidebar
{
data:
{
"offset-top"
=>
affix_offset
,
"spy"
=>
"affix"
,
"always-show-toggle"
=>
true
},
class:
sidebar_gutter_collapsed_class
,
'aria-live'
=>
'polite'
}
.issuable-sidebar.milestone-sidebar
.issuable-sidebar.milestone-sidebar
.block.milestone-progress.issuable-sidebar-header
.block.milestone-progress.issuable-sidebar-header
%a
.gutter-toggle.pull-right.js-sidebar-toggle
{
role:
"button"
,
href:
"#"
,
"aria-label"
=>
"Toggle sidebar"
}
%a
.gutter-toggle.pull-right.js-sidebar-toggle
{
role:
"button"
,
href:
"#"
,
"aria-label"
=>
"Toggle sidebar"
}
...
...
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