Skip to content

Commit

Permalink
add link - return to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanman committed Mar 4, 2016
1 parent f4adfd7 commit 2dbfed0
Showing 1 changed file with 61 additions and 60 deletions.
121 changes: 61 additions & 60 deletions app/views/examples/vehicle-check-answers.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,71 +32,72 @@ <h1 class="heading-large">
</div>
</div>

<table class="check-your-answers">

<thead>
<tr>
<th colspan="2">
<h2 class="heading-medium">
Vehicle details
</h2>
</th>
<th>
</th>
</tr>
</thead>
<div class="form-group">

<tbody>
<tr>
<td>
Registration number
</td>
<td>
{{vehicleRegistration}}
</td>
<td class="change-answer">
<a href="/examples/pass-data">
Change <span class="visuallyhidden">registration number</span>
</a>
</td>
</tr>
<tr>
<td>
Vehicle type
</td>
<td>
{{vehicleType}}
</td>
<td class="change-answer">
<a href="/examples/vehicle-type">
Change <span class="visuallyhidden">vehicle type</span>
</a>
</td>
</tr>
<tr>
<td>
Vehicle features
</td>
<td>
{{vehicleFeature}}
</td>
<td class="change-answer">
<a href="/examples/vehicle-type">
Change <span class="visuallyhidden">vehicle features</span>
</a>
</td>
</tr>
</tbody>
</table>
<table class="check-your-answers">

<h2 class="heading-medium">Now send your application</h2>
<thead>
<tr>
<th colspan="2">
<h2 class="heading-medium">
Vehicle details
</h2>
</th>
<th>
</th>
</tr>
</thead>

<p class="text">
By submitting this notification you are confirming that, to the best of your knowledge, the details you are providing are correct.
</p>
<tbody>
<tr>
<td>
Registration number
</td>
<td>
{{vehicleRegistration}}
</td>
<td class="change-answer">
<a href="/examples/pass-data">
Change <span class="visuallyhidden">registration number</span>
</a>
</td>
</tr>
<tr>
<td>
Vehicle type
</td>
<td>
{{vehicleType}}
</td>
<td class="change-answer">
<a href="/examples/vehicle-type">
Change <span class="visuallyhidden">vehicle type</span>
</a>
</td>
</tr>
<tr>
<td>
Vehicle features
</td>
<td>
{{vehicleFeature}}
</td>
<td class="change-answer">
<a href="/examples/vehicle-type">
Change <span class="visuallyhidden">vehicle features</span>
</a>
</td>
</tr>
</tbody>
</table>
</div>

<div class="form-group">
<a href="confirmation-page" class="button">Accept and send application</a>
<p>
<a href="/examples">
Return to prototype kit examples
</a>
</p>
</div>

</main>
Expand Down

0 comments on commit 2dbfed0

Please sign in to comment.