Rework confirmations page to avoid raw html in translations

This commit is contained in:
Andy Allan 2023-03-08 15:54:35 +00:00
parent 2771921cb1
commit 59ed461a5d
2 changed files with 6 additions and 3 deletions

View file

@ -27,6 +27,8 @@
</span>
</h1>
<p class='text-muted'><%= t ".reconfirm_html",
:reconfirm => url_for(:action => "confirm_resend") %></p>
<p class='text-muted'>
<%= t ".resend_html",
:reconfirm_link => link_to(t(".click_here"), url_for(:action => "confirm_resend")) %>
</p>
<% end %>