Skip to content

Commit

Permalink
Merge pull request #731 from ministryofjustice/open-feedback-in-new-tab
Browse files Browse the repository at this point in the history
Footer feedback link
  • Loading branch information
Andrien committed Aug 16, 2019
2 parents 9398801 + 1b8c878 commit 557e7ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<h2 class="govuk-footer__heading govuk-heading-m">Useful Links</h2>
<ul class="govuk-footer__list">
<li class="govuk-footer__list-item">
<a class="govuk-footer__link" href="/guidance">Guidance</a>
<%= link_to("Guidance", guidance_path) %>
</li>
<li class="govuk-footer__list-item">
<a class="govuk-footer__link" href="https://www.research.net/r/MM8TNLW">Feedback</a>
<%= link_to("Feedback", "https://www.research.net/r/MM8TNLW", target: "_blank") %>
</li>
<li class="govuk-footer__list-item">
<a class="govuk-footer__link" href="/help">Help</a>
<%= link_to("Help", help_path) %>
</li>
</ul>
</div>
Expand Down

0 comments on commit 557e7ad

Please sign in to comment.