summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-06-12 17:46:20 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-06-12 17:46:20 +0000
commit09419668dd164fd9a4e74d0fc938be6ee823875c (patch)
treec22ac4ab4bc110fc02b0b815d593ca759ad5c8a6 /app/views/shared
parentb6e56ed3d3ce0e6c76c07819a84f1c49d2caba13 (diff)
parent0ff974299906638ebac98faaee4b9507ad636e6f (diff)
downloadgitlab-ce-09419668dd164fd9a4e74d0fc938be6ee823875c.tar.gz
Merge branch 'ealcantara-popover-styling' into 'master'
Style popovers according to the design specs See merge request gitlab-org/gitlab-ce!28375
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/milestones/_deprecation_message.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/milestones/_deprecation_message.html.haml b/app/views/shared/milestones/_deprecation_message.html.haml
index 4a8f90937ea..acd90fa9178 100644
--- a/app/views/shared/milestones/_deprecation_message.html.haml
+++ b/app/views/shared/milestones/_deprecation_message.html.haml
@@ -11,4 +11,5 @@
%ol.milestone-popover-instructions-list.append-bottom-0
%li= _('Click any <strong>project name</strong> in the project list below to navigate to the project milestone.').html_safe
%li= _('Click the <strong>Promote</strong> button in the top right corner to promote it to a group milestone.').html_safe
+ %hr.popover-hr
.milestone-popover-footer= link_to _('Learn more'), help_page_url('user/project/milestones/index', anchor: 'promoting-project-milestones-to-group-milestones'), class: 'btn btn-link prepend-left-0', target: '_blank'