Skip to content

Commit 9b37970

Browse files
authored
PI-2656 Update wording for last calculated (#209)
1 parent 074cb67 commit 9b37970

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

server/views/pages/case.njk

+2-7
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,8 @@
4646
<a href="#change" class="govuk-link--no-visited-state">{{ tierCalculation.data.change.points }} change points</a>.
4747
</p>
4848
<p class="govuk-caption-m">
49-
Last updated
50-
{% if history and history | length > 0 %}
51-
<a href="#history" title="{{ tierCalculation.calculationDate }}"
52-
class="govuk-link--no-visited-state">{{ tierCalculation.calculationDate | ago }}</a>.
53-
{% else %}
54-
<abbr title="{{ tierCalculation.calculationDate }}">{{ tierCalculation.calculationDate | ago }}</abbr>.
55-
{% endif %}
49+
Last calculated
50+
<abbr title="{{ tierCalculation.calculationDate }}">{{ tierCalculation.calculationDate | ago }}</abbr>.
5651
</p>
5752
</section>
5853

0 commit comments

Comments
 (0)