Browse Source

checking the back functionality for secondary group confirm yes - fixed

pull/671/head
JG 3 years ago
parent
commit
c9016496c2
  1. 2
      app/views/schemes/confirm_secondary.html.erb

2
app/views/schemes/confirm_secondary.html.erb

@ -3,7 +3,7 @@
<% content_for :before_content do %> <% content_for :before_content do %>
<%= govuk_back_link( <%= govuk_back_link(
text: "Back", text: "Back",
href: "/schemes/#{@scheme.id}/primary-client-group", href: request.query_parameters["check_answers"] ? "/schemes/#{@scheme.id}/check-answers" : "/schemes/#{@scheme.id}/primary-client-group",
) %> ) %>
<% end %> <% end %>

Loading…
Cancel
Save