Skip to content

Commit

Permalink
Merge pull request #132 from hmrc/footer-links
Browse files Browse the repository at this point in the history
Stopped all links from opening in new tab/window to be consistent wit…
  • Loading branch information
dabd authored Oct 15, 2019
2 parents 71bb724 + 8b3fb3f commit 4affb49
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ <h2 class="visually-hidden">@Messages("footer.links.support_links.text")</h2>
<ul class="platform-help-links">
<li>
<a href='@Messages("footer.links.cookies.url")'
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Cookies">
@Messages("footer.links.cookies.text")
Expand All @@ -34,7 +33,6 @@ <h2 class="visually-hidden">@Messages("footer.links.support_links.text")</h2>
@accessibilityFooterUrl.map { url =>
<li>
<a href='@url'
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Accessibility">
@Messages("footer.links.accessibility.text")
Expand All @@ -43,23 +41,20 @@ <h2 class="visually-hidden">@Messages("footer.links.support_links.text")</h2>
}
<li>
<a href='@Messages("footer.links.privacy_policy.url")'
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Privacy policy">
@Messages("footer.links.privacy_policy.text")
</a>
</li>
<li>
<a href='@Messages("footer.links.terms_and_conditions.url")'
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Terms and conditions">
@Messages("footer.links.terms_and_conditions.text")
</a>
</li>
<li>
<a href='@Messages("footer.links.help_page.url")'
target="_blank"
data-sso="false"
data-journey-click="footer:Click:Help">
@Messages("footer.links.help_page.text")
Expand Down

0 comments on commit 4affb49

Please sign in to comment.