summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones/_top.html.haml
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-23 15:53:51 -0500
committerMike Greiling <mike@pixelcog.com>2017-03-24 17:06:24 -0500
commit822bfafae2f30d13a3b1bf8f3b31802c31b05072 (patch)
tree7560c5ee3ea5886394b132371232169e3578966e /app/views/shared/milestones/_top.html.haml
parentf1e1e51311b6f50c98b3e1476942107269c28a97 (diff)
downloadgitlab-ce-822bfafae2f30d13a3b1bf8f3b31802c31b05072.tar.gz
add basic sidebar functionality to milestones page
Diffstat (limited to 'app/views/shared/milestones/_top.html.haml')
-rw-r--r--app/views/shared/milestones/_top.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/shared/milestones/_top.html.haml b/app/views/shared/milestones/_top.html.haml
index 497446c1ef3..2562f085338 100644
--- a/app/views/shared/milestones/_top.html.haml
+++ b/app/views/shared/milestones/_top.html.haml
@@ -3,6 +3,9 @@
- group = local_assigns[:group]
.detail-page-header
+ %a.btn.btn-default.btn-grouped.pull-right.visible-xs-block.js-sidebar-toggle{ href: "#" }
+ = icon('angle-double-left')
+
.status-box{ class: "status-box-#{milestone.closed? ? 'closed' : 'open'}" }
- if milestone.closed?
Closed