Skip to content

Commit

Permalink
Merge pull request #854 from SkillsFundingAgency/CON-1036_Help_Link_N…
Browse files Browse the repository at this point in the history
…ew_Tab

CON-1036, CON-1022 Open help link in a new tab
  • Loading branch information
cofaulco authored Nov 21, 2019
2 parents 6c3912c + e463f02 commit 8f080ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Employer/Employer.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<p class="floating-head-text">Your employer account</p>
<nav id="user-nav">
<ul role="menubar">
<li><a href="@ExternalLinks.Help" class="menu-main">Help</a></li>
<li><a href="@ExternalLinks.Help" class="menu-main" target="_blank">Help</a></li>
@if (Context.User.Identity.IsAuthenticated)
{
<li class="has-sub-menu">
Expand Down Expand Up @@ -183,7 +183,7 @@
<h2 class="govuk-visually-hidden">Support links</h2>
<ul class="govuk-footer__inline-list">
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" href="@ExternalLinks.Help">Help</a>
<a class="govuk-footer__link" href="@ExternalLinks.Help" target="_blank">Help</a>
</li>
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" href="https://www.surveymonkey.co.uk/r/2JPLQ9T" target="_blank">Feedback</a>
Expand Down

0 comments on commit 8f080ab

Please sign in to comment.