diff --git a/app/views/admin/tasks/_claim_summary_international_relocation_payments.html.erb b/app/views/admin/tasks/_claim_summary_international_relocation_payments.html.erb index 1c165b75a0..b5b1f6ee51 100644 --- a/app/views/admin/tasks/_claim_summary_international_relocation_payments.html.erb +++ b/app/views/admin/tasks/_claim_summary_international_relocation_payments.html.erb @@ -68,7 +68,7 @@ <% summary_list.with_row do |row| %> <% row.with_key { "Decision due" } %> - <% row.with_value { "#{l(claim.decision_deadline_date)}" + "#{decision_deadline_warning(claim, {na_text: ""})}" } %> + <% row.with_value { (l(claim.decision_deadline_date) + decision_deadline_warning(claim, {na_text: ""})).html_safe } %> <% end %> <% summary_list.with_row do |row| %>