summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_sidebar.html.haml
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-05-29 15:18:45 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-05-29 15:18:45 +0000
commitf2cb08e16a1f6196717681d79b0013d782ca5a7d (patch)
treeafd810d99faa602183f4f2eac6ca4b42ea07f691 /app/views/shared/issuable/_sidebar.html.haml
parent0d32ec447f54be0aa43b869dc6e6ff6743e6883f (diff)
downloadgitlab-ce-f2cb08e16a1f6196717681d79b0013d782ca5a7d.tar.gz
Add bootstrap fixes that were in EE but were mismatching in CE
Diffstat (limited to 'app/views/shared/issuable/_sidebar.html.haml')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index 602729b172a..a57cd4b20d1 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -33,7 +33,7 @@
= link_to _('Edit'), '#', class: 'js-sidebar-dropdown-toggle edit-link float-right'
.value.hide-collapsed
- if issuable.milestone
- = link_to issuable.milestone.title, milestone_path(issuable.milestone), class: "bold has-tooltip", title: milestone_tooltip_due_date(issuable.milestone), data: { container: "body", html: 'true' }
+ = link_to issuable.milestone.title, milestone_path(issuable.milestone), class: "bold has-tooltip", title: milestone_tooltip_due_date(issuable.milestone), data: { container: "body", html: 'true', boundary: 'viewport' }
- else
%span.no-value
= _('None')