Browse Source

Fix merge conflict resolution

pull/84/head
baarkerlounger 4 years ago
parent
commit
2e62a59d26
  1. 2
      app/views/form/page.html.erb

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

@ -10,7 +10,7 @@
<%= page_info["header"] %> <%= page_info["header"] %>
</h1> </h1>
<% end %> <% end %>
<%= form_with model: @case_log, method: "submit_form", builder: GOVUKDesignSystemFormBuilder::FormBuilder do |f| %> <%= form_with model: @case_log, url: form_case_log_path(@case_log), method: "post", builder: GOVUKDesignSystemFormBuilder::FormBuilder do |f| %>
<%= f.govuk_error_summary %> <%= f.govuk_error_summary %>
<% page_info["questions"].map do |question_key, question| %> <% page_info["questions"].map do |question_key, question| %>
<div id=<%= question_key + "_div " %><%= display_question_key_div(page_info, question_key) %> > <div id=<%= question_key + "_div " %><%= display_question_key_div(page_info, question_key) %> >

Loading…
Cancel
Save