X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2bc44dfddc214efcec9dd2e920fac14a7c2dcec0..e8ac6bd5d918bb71647c05da4b2b294a1423948b:/app/views/user/confirm.html.erb?ds=sidebyside diff --git a/app/views/user/confirm.html.erb b/app/views/user/confirm.html.erb index 551719f55..31f29eb64 100644 --- a/app/views/user/confirm.html.erb +++ b/app/views/user/confirm.html.erb @@ -1,17 +1,32 @@ - +<% content_for :heading do %> +
<%= t 'user.confirm.press confirm button' %>
+<%= t 'user.confirm.press confirm button' %>
-<%= form_tag({}, { :id => "confirm" }) do %> - - - -<% end %> + <%= form_tag({}, { :id => "confirm" }) do %> + + + + <% end %> - + +<% else %> +<%= t "user.confirm.reconfirm_html", + :reconfirm => url_for(:action => 'confirm_resend')%>
+<% end %>