summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-17 08:12:48 +0000
committerJose Ivan Vargas <jvargas@gitlab.com>2017-08-18 11:52:36 -0500
commitaf024b294e94304856b5df4a7d10adf774588cbc (patch)
treee3b06731af98303e41fb280f86ef4e01aede11aa /app/views
parent0d959713a370ec880e55815275dbabdb3d5a03e1 (diff)
downloadgitlab-ce-af024b294e94304856b5df4a7d10adf774588cbc.tar.gz
Merge branch 'fix-milestone-sidebar' into 'master'
Fix milestone sidebar collapse button Closes #36453 See merge request !13620
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/milestones/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_sidebar.html.haml b/app/views/shared/milestones/_sidebar.html.haml
index 66ac8196f2f..40379f48393 100644
--- a/app/views/shared/milestones/_sidebar.html.haml
+++ b/app/views/shared/milestones/_sidebar.html.haml
@@ -1,7 +1,7 @@
- affix_offset = local_assigns.fetch(:affix_offset, "50")
- 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
.block.milestone-progress.issuable-sidebar-header
%a.gutter-toggle.pull-right.js-sidebar-toggle{ role: "button", href: "#", "aria-label" => "Toggle sidebar" }