summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones/_top.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 14:38:44 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 14:38:44 -0500
commitc84ed8263da6abe0fb9f2e76fca1d5b3dd71d4f7 (patch)
treee65e9fa87019484829ab329cf827e2927613b341 /app/views/shared/milestones/_top.html.haml
parentb81ac02f078361eea98cca7e1cae3b7a2a9fb623 (diff)
downloadgitlab-ce-c84ed8263da6abe0fb9f2e76fca1d5b3dd71d4f7.tar.gz
[skip ci] Replace .visible-xs-* with .d-block.d-sm-none
Diffstat (limited to 'app/views/shared/milestones/_top.html.haml')
-rw-r--r--app/views/shared/milestones/_top.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_top.html.haml b/app/views/shared/milestones/_top.html.haml
index 110dd7cfeca..b47f2358606 100644
--- a/app/views/shared/milestones/_top.html.haml
+++ b/app/views/shared/milestones/_top.html.haml
@@ -4,7 +4,7 @@
- group = local_assigns[:group]
.detail-page-header
- %a.btn.btn-secondary.btn-grouped.float-right.visible-xs-block.js-sidebar-toggle{ href: "#" }
+ %a.btn.btn-secondary.btn-grouped.float-right.d-block.d-sm-none.js-sidebar-toggle{ href: "#" }
= icon('angle-double-left')
.status-box{ class: "status-box-#{milestone.closed? ? 'closed' : 'open'}" }