Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Revert "Merge pull request #141 from alphagov/reorder-questions-two-a…
Browse files Browse the repository at this point in the history
…nd-three"

This reverts commit 75323de, reversing
changes made to f198bd1.
  • Loading branch information
pmanrubia committed Aug 16, 2016
1 parent 04f2c15 commit 1c45259
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/views/child_benefit_tax/main.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,17 @@
<%= submit_tag "Update", :name => "children", :class => "button update-button" %>
</fieldset>

<fieldset id="children">
<%= step(2, "Enter the Child Benefit start and stop dates:") %>
<ul>
<li>the start date is usually when you have a baby, adopt or move in with a new partner and their children</li>
<li>the stop date is usually when a child turns 16 or leaves full-time education</li>
</ul>
<%= render "starting_children" %>
</fieldset>

<fieldset id="tax-year">
<%= step(2, "Choose a tax year:") %>
<%= step(3, "Choose a tax year:") %>
<p>Tax years run from 6 April to 5 April the following year.</p>
<div class="tax-year<% if @calculator.errors.has_key?(:tax_year) %> validation-error<% end %>">
<% @calculator.errors[:tax_year].each do |message| %>
Expand All @@ -51,15 +60,6 @@
</div>
</fieldset>

<fieldset id="children">
<%= step(3, "Enter the Child Benefit start and stop dates:") %>
<ul>
<li>the start date is usually when you have a baby, adopt or move in with a new partner and their children</li>
<li>the stop date is usually when a child turns 16 or leaves full-time education</li>
</ul>
<%= render "starting_children" %>
</fieldset>

<fieldset id="adjusted_income">
<%= step(4, "Enter income details for the tax year (optional):") %>
<ul>
Expand Down

0 comments on commit 1c45259

Please sign in to comment.