X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c77429000c55af95056572206a99774711c8d22b..3ec67ea2d395f9ae78f806f8e583e10d691861de:/app/views/user/confirm.html.erb diff --git a/app/views/user/confirm.html.erb b/app/views/user/confirm.html.erb deleted file mode 100644 index 7b8d78d3f..000000000 --- a/app/views/user/confirm.html.erb +++ /dev/null @@ -1,30 +0,0 @@ -<% 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 %>