From 5e99b508ca9d0c9c70cd529425079e1f8b8e50da Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 26 Jul 2022 15:33:22 +0100 Subject: [PATCH] lint --- app/views/schemes/_scheme_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/schemes/_scheme_list.html.erb b/app/views/schemes/_scheme_list.html.erb index 6f4445164..976622ce0 100644 --- a/app/views/schemes/_scheme_list.html.erb +++ b/app/views/schemes/_scheme_list.html.erb @@ -29,7 +29,7 @@ <% row.cell(text: simple_format(scheme_cell(scheme), { class: "govuk-!-font-weight-bold" }, wrapper_tag: "div")) %> <% row.cell(text: scheme.locations&.count) %> <% row.cell(text: scheme.managing_organisation&.name) %> - <% row.cell(text: scheme.confirmed? ? scheme.created_at.to_formatted_s(:govuk_date) : govuk_tag(colour: "grey",text: "Incomplete")) %> + <% row.cell(text: scheme.confirmed? ? scheme.created_at.to_formatted_s(:govuk_date) : govuk_tag(colour: "grey", text: "Incomplete")) %> <% end %> <% end %> <% end %>