Browse Source

Add source code link to footer (#737)

pull/738/head
baarkerlounger 2 years ago committed by GitHub
parent
commit
66d8bb3e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      app/views/layouts/_footer.html.erb

3
app/views/layouts/_footer.html.erb

@ -34,6 +34,9 @@
<li class="govuk-footer__inline-list-item">
<%= govuk_link_to("Privacy notice", privacy_notice_path, class: "govuk-footer__link") %>
</li>
<li class="govuk-footer__inline-list-item">
<%= govuk_link_to("View source code", "https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data", class: "govuk-footer__link") %>
</li>
</ul>
</div>
<div class="govuk-footer__meta-item">

Loading…
Cancel
Save