summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones
diff options
context:
space:
mode:
authorEnrique Alcantara <ealcantara@gitlab.com>2019-06-04 10:41:24 -0400
committerEnrique Alcantara <ealcantara@gitlab.com>2019-06-07 08:52:44 -0400
commitea6147d6d1f626e30d8b84ed8e4c6b4f5961c9a3 (patch)
tree6d7200e83c6f5effb882440240b77f46e4048102 /app/views/shared/milestones
parentaad8675daeeb495d57daf22fbdcf0757422a2754 (diff)
downloadgitlab-ce-ea6147d6d1f626e30d8b84ed8e4c6b4f5961c9a3.tar.gz
Cleanup deprecation message popover
Diffstat (limited to 'app/views/shared/milestones')
-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'