X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2443e7dd650a3d3aaae9ab14d14d2fde6a582755..b79e4f04b9197e1c1954638db46c9d97597612d4:/app/views/confirmations/confirm.html.erb diff --git a/app/views/confirmations/confirm.html.erb b/app/views/confirmations/confirm.html.erb index 75d72487c..4f98a8539 100644 --- a/app/views/confirmations/confirm.html.erb +++ b/app/views/confirmations/confirm.html.erb @@ -1,7 +1,8 @@ -<% content_for :heading_class, "header-illustration-heading" %> +<% content_for :heading_class, "pb-0" %> <% content_for :heading do %> -

<%= t ".heading" %>

-
+
+

<%= t ".heading" %>

+
<% end %> <% if params[:confirm_string] %> @@ -21,11 +22,13 @@ <% else %>

<%= t ".introduction_1" %> - + <%= t ".introduction_2" %>

-

<%= t ".reconfirm_html", - :reconfirm => url_for(:action => "confirm_resend") %>

+

+ <%= t ".resend_html", + :reconfirm_link => link_to(t(".click_here"), url_for(:action => "confirm_resend")) %> +

<% end %>