X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..81408141e9901b6f30a59b5e4ecac66bf1fde4ae:/app/views/user/confirm.html.erb diff --git a/app/views/user/confirm.html.erb b/app/views/user/confirm.html.erb index 5a4106ee3..9fc33094e 100644 --- a/app/views/user/confirm.html.erb +++ b/app/views/user/confirm.html.erb @@ -1,10 +1,32 @@ -
<%= t 'user.confirm.press confirm button' %>
+<% if params[:confirm_string] %> + - +<%= t 'user.confirm.press confirm button' %>
+ <%= form_tag({}, { :id => "confirm" }) do %> + + + + <% end %> + +<% else %> +<%= t "user.confirm.reconfirm_html", + :reconfirm => url_for(:action => 'confirm_resend')%>
+<% end %>