From a1db3308fcdfaa9e2a3e46a5640e258477e959b8 Mon Sep 17 00:00:00 2001 From: Paul Robert Lloyd Date: Mon, 25 Apr 2022 18:02:03 +0100 Subject: [PATCH] Use tag component --- app/views/case_logs/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/case_logs/edit.html.erb b/app/views/case_logs/edit.html.erb index 438002338..e3ba0e4b9 100644 --- a/app/views/case_logs/edit.html.erb +++ b/app/views/case_logs/edit.html.erb @@ -25,7 +25,7 @@ <% elsif @case_log.status == "not_started" %>

This log has not been started.

<% elsif @case_log.status == "completed" %> - Completed + <%= govuk_tag(text: "Completed") %>

You can ">review and make changes to this log up to 3 months after the end of the current collection year, which closes on 31 March <%= @case_log.collection_start_year.present? ? @case_log.collection_start_year + 1 : "" %>.