From c21cdcb277450293c8c75c56a4cabaf3277e7f8b Mon Sep 17 00:00:00 2001 From: Kat Date: Thu, 18 Nov 2021 16:52:22 +0000 Subject: [PATCH] reduce submission state header size --- 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 1445ef508..c87ce14f0 100644 --- a/app/views/case_logs/edit.html.erb +++ b/app/views/case_logs/edit.html.erb @@ -4,7 +4,7 @@

Tasklist for log <%= @case_log.id %>

-

This submission is +

This submission is <%= @case_log.status.to_s.humanize.downcase %>

You've completed <%= get_subsections_count(@form, @case_log, :completed) %> of <%= get_subsections_count(@form, @case_log, :all) %> sections.