Browse Source

Fix check question links

pull/1749/head
Kat 3 years ago
parent
commit
2ac751c50f
  1. 2
      app/components/check_answers_summary_list_card_component.html.erb

2
app/components/check_answers_summary_list_card_component.html.erb

@ -33,7 +33,7 @@
<% end %> <% end %>
<% end %> <% end %>
<% if @log.collection_period_open? %> <% if @log.collection_period_open_for_editing? %>
<% row.action( <% row.action(
text: question.action_text(log), text: question.action_text(log),
href: action_href(log, question.page.id), href: action_href(log, question.page.id),

Loading…
Cancel
Save