Skip to content

Commit

Permalink
Adding guidance link
Browse files Browse the repository at this point in the history
Adding new guidance link to landing page

Co-authored-by: Dilwoar Hussain <dilwoar.hussain@digital.cabinet-office.gov.uk>
  • Loading branch information
Chris Yoong and Dilwoar Hussain committed Oct 15, 2020
1 parent a7c14c3 commit eed320b
Showing 1 changed file with 5 additions and 0 deletions.
@@ -1,5 +1,10 @@
<% guidance ||= nil %>
<% if guidance.present? && guidance["intro"].present? %>
<p class="govuk-body">
<%= render_govspeak(guidance["intro"]) %>
<p>
<% end %>
<% if guidance.present? && guidance["links"].present? %>
<%
guidance_links = guidance["links"].map do | link |
Expand Down

0 comments on commit eed320b

Please sign in to comment.