Skip to content

Commit

Permalink
Hide the start button if the journey is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailMcP committed Jul 24, 2024
1 parent 3240d10 commit 07a2b59
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/early_years_payment/landing_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@
<%= govuk_link_to("early years financial incentive payment", "#") %>.
</p>

<%= govuk_start_button(text: "Start now", href: "#") %>
<% if @journey_open %>
<%= govuk_start_button(text: "Start now", href: "#") %>
<% end %>
</div>
</div>

0 comments on commit 07a2b59

Please sign in to comment.