Browse Source

Adjusted formatting of skip & cancel buttons

Co-authored-by: kosiakkatrina <kosiakkatrina@users.noreply.github.com>
pull/708/head
Ted 3 years ago
parent
commit
380bac3fa7
  1. 2
      app/views/form/page.html.erb

2
app/views/form/page.html.erb

@ -39,6 +39,7 @@
<%= f.hidden_field :page, value: @page.id %> <%= f.hidden_field :page, value: @page.id %>
<div class ="govuk-button-group">
<% if !@page.id.include?("value_check") %> <% if !@page.id.include?("value_check") %>
<%= f.govuk_submit "Save and continue" %> <%= f.govuk_submit "Save and continue" %>
<% if request.query_parameters["referrer"] == "check_answers" %> <% if request.query_parameters["referrer"] == "check_answers" %>
@ -49,4 +50,5 @@
<% end %> <% end %>
</div> </div>
</div> </div>
</div>
<% end %> <% end %>

Loading…
Cancel
Save