]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/confirmations/confirm.html.erb
Rework confirmations page to avoid raw html in translations
[rails.git] / app / views / confirmations / confirm.html.erb
index 7350f86287494a9e4af12fc15c4bff07f35bbd06..879fb8f337cebf45c1a4f15ff46efdd1d5c422a6 100644 (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 %>