Skip to content

Commit

Permalink
Merge pull request #7 from hmrc/fset-600
Browse files Browse the repository at this point in the history
FSET-600: Fix "Privacy and cookies" link
  • Loading branch information
ollyw authored Aug 9, 2016
2 parents ec3a301 + a5922d4 commit 22cd089
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/views/govuk_template.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@
@if(!CookiePolicy.bannerSeen(request)) {
<div id="global-cookie-message" class="cookie-banner">
<div class="content-container" role="alert">
<span class="copy-16">GOV.UK uses cookies to make the site simpler. <a href="">Find out more about cookies</a></span>
<span class="copy-16">GOV.UK uses cookies to make the site simpler.
<a href="@routes.Application.privacy()">Find out more about cookies</a>
</span>
</div>
</div>
}
Expand Down Expand Up @@ -135,7 +137,7 @@
<script src='@routes.Assets.versioned("js/vendor/jquery-1.11.1.min.js")'></script>
<script src='@routes.Assets.versioned("js/vendor/fastclick-1.0.6.min.js")'></script>
<script src='@routes.Assets.versioned("js/scripts.js")'></script>

</body>
</html>

0 comments on commit 22cd089

Please sign in to comment.