From 2ac751c50f5e768a60ce5ad1125f46e9fe4a5047 Mon Sep 17 00:00:00 2001 From: Kat Date: Tue, 4 Jul 2023 12:49:42 +0100 Subject: [PATCH] Fix check question links --- .../check_answers_summary_list_card_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/check_answers_summary_list_card_component.html.erb b/app/components/check_answers_summary_list_card_component.html.erb index 4be77aff0..1a807640b 100644 --- a/app/components/check_answers_summary_list_card_component.html.erb +++ b/app/components/check_answers_summary_list_card_component.html.erb @@ -33,7 +33,7 @@ <% end %> <% end %> - <% if @log.collection_period_open? %> + <% if @log.collection_period_open_for_editing? %> <% row.action( text: question.action_text(log), href: action_href(log, question.page.id),