X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c77429000c55af95056572206a99774711c8d22b..3ec67ea2d395f9ae78f806f8e583e10d691861de:/app/views/users/confirm.html.erb diff --git a/app/views/users/confirm.html.erb b/app/views/users/confirm.html.erb new file mode 100644 index 000000000..7b8d78d3f --- /dev/null +++ b/app/views/users/confirm.html.erb @@ -0,0 +1,30 @@ +<% content_for :heading do %> +

<%= t '.heading' %>

+
+<% end %> + +<% if params[:confirm_string] %> + <% content_for :head do %> + <%= javascript_include_tag "user" %> + <% end %> + + <% content_for(:content_class) { "user_confirm" } %> + +

<%= t '.press confirm button' %>

+ + <%= form_tag({}, { :id => "confirm" }) do %> + + + + <% end %> +<% else %> +

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

+ +

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

+<% end %>