summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-03-20 18:36:58 +0000
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-03-20 18:36:58 +0000
commita5ab67228f07f6fa1a5db7da07601643b87f23ff (patch)
treee7b990dec9ba79269c4d4a5743331f8025051387 /app/views/shared
parent978d553ad00fad714dd926b5e38fe927fb72051f (diff)
downloadgitlab-ce-a5ab67228f07f6fa1a5db7da07601643b87f23ff.tar.gz
Fix translation strings and add _blank as link targets
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/milestones/_deprecation_message.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/shared/milestones/_deprecation_message.html.haml b/app/views/shared/milestones/_deprecation_message.html.haml
index 363ce62b73c..a92bfd3b9df 100644
--- a/app/views/shared/milestones/_deprecation_message.html.haml
+++ b/app/views/shared/milestones/_deprecation_message.html.haml
@@ -6,10 +6,10 @@
= _('Use group milestones to manage issues from multiple projects in the same milestone.')
%br
= button_tag _('Promote these project milestones into a group milestone.'), class: 'btn-link popover-link'
- %div= link_to _('Learn more'), help_page_url('user/project/milestones/index', anchor: 'promoting-project-milestones-to-group-milestones'), class: 'btn btn-default'
+ %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'
%script.milestone-deprecation-message-template{ type: 'text/template' }
%ol.instructions-list.append-bottom-0
- %li= _('Click any <strong>project name</strong> in the project list below to navigate to the project milestone.')
- %li= _('Click the <strong>Promote</strong> button in the top right corner to promote it to a group milestone.')
- .footer= link_to _('Learn more'), help_page_url('user/project/milestones/index', anchor: 'promoting-project-milestones-to-group-milestones'), class: 'btn-link' \ No newline at end of file
+ %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', target: '_blank' \ No newline at end of file