Skip to content

Commit

Permalink
Merge pull request #1964 from alphagov/landing-page-guidance-link
Browse files Browse the repository at this point in the history
Adding guidance link
  • Loading branch information
sihugh committed Oct 16, 2020
2 parents 1b28a36 + 5345d9d commit f2d29ac
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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 f2d29ac

Please sign in to comment.