summaryrefslogtreecommitdiff
path: root/app/views/shared/milestones
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-03-27 18:17:36 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-03-27 18:17:36 +0100
commit4950f3a5eef331f33df8fafd7ada5de5505a43e5 (patch)
tree58a527de73b87653b0c641ec0a01b6feccc8aafe /app/views/shared/milestones
parent77ee14280e48987274ea9e6ce7ed8181de7f37a3 (diff)
downloadgitlab-ce-4950f3a5eef331f33df8fafd7ada5de5505a43e5.tar.gz
Review changes
Diffstat (limited to 'app/views/shared/milestones')
-rw-r--r--app/views/shared/milestones/_deprecation_message.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/milestones/_deprecation_message.html.haml b/app/views/shared/milestones/_deprecation_message.html.haml
index 0288a102e02..38799003c11 100644
--- a/app/views/shared/milestones/_deprecation_message.html.haml
+++ b/app/views/shared/milestones/_deprecation_message.html.haml
@@ -9,8 +9,8 @@
%div= link_to _('Learn more'), help_page_url('user/project/milestones/index', anchor: 'promoting-project-milestones-to-group-milestones'), class: 'btn btn-default', target: '_blank'
%template.milestone-deprecation-message-template
- .body
- %ol.instructions-list.append-bottom-0
+ .milestone-popover-body
+ %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
- .footer= link_to _('Learn more'), help_page_url('user/project/milestones/index', anchor: 'promoting-project-milestones-to-group-milestones'), class: 'btn-link prepend-left-0', target: '_blank'
+ .milestone-popover-footer= link_to _('Learn more'), help_page_url('user/project/milestones/index', anchor: 'promoting-project-milestones-to-group-milestones'), class: 'btn-link prepend-left-0', target: '_blank'