Skip to content

Commit

Permalink
v5
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky saunders committed Nov 21, 2023
1 parent cc0e523 commit 9d1a272
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/views/v5/add-a-calculation.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<form id="form" method="post">
<h1 class="govuk-heading-l">

Add a calculation
Add another task to the claim
</h1>
<p class="govuk-body">Add a calculation to the task list for completion by selecting the calculation to add from the selection below.</p>
<p class="govuk-body">If there are further tasks thhat are needed for the claim, you can add another task to the task list by selecting the task from the selection below. </p>

<div class="govuk-form-group">
<label class="govuk-label" for="sort">
Select a calculation to add to the task list
Select a task to add to the task list
</label>
<select class="govuk-select" id="sort" name="sort">
<option value="published">Calculate delay interest on Interest deferred</option>
Expand All @@ -40,7 +40,7 @@ <h1 class="govuk-heading-l">

<div class="govuk-button-group">
<button class="govuk-button" data-module="govuk-button">
Add calculation
Add task to task list
</button>
<a class="govuk-link" href="facility-card-list">Cancel and go back</a>

Expand Down
2 changes: 1 addition & 1 deletion app/views/v5/facility-card-list-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h2 class="govuk-summary-card__title">2. Claim examination</h2>

<span style="">
<strong class="" >
<a href="">
<a href="add-a-calculation">
+ Add a task
</a>
</strong>
Expand Down

0 comments on commit 9d1a272

Please sign in to comment.