We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074cb67 commit 9b37970Copy full SHA for 9b37970
server/views/pages/case.njk
@@ -46,13 +46,8 @@
46
<a href="#change" class="govuk-link--no-visited-state">{{ tierCalculation.data.change.points }} change points</a>.
47
</p>
48
<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 %}
+ Last calculated
+ <abbr title="{{ tierCalculation.calculationDate }}">{{ tierCalculation.calculationDate | ago }}</abbr>.
56
57
</section>
58
0 commit comments