Skip to content

Commit

Permalink
Merge pull request #3470 from DFE-Digital/CAPT-2067/decision-due-html
Browse files Browse the repository at this point in the history
Fix deadline warning tag
  • Loading branch information
rjlynch authored Dec 20, 2024
2 parents 4dee58e + c8688c4 commit 815b7d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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| %>
Expand Down

0 comments on commit 815b7d4

Please sign in to comment.