X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7a66c6d4eb65a5ad6438970375cf3ea6ac4e3cfc..094d6c8bb9949825e1e66b07ba39190a8b57aa0b:/app/views/users/confirm.html.erb diff --git a/app/views/users/confirm.html.erb b/app/views/users/confirm.html.erb deleted file mode 100644 index fde545546..000000000 --- a/app/views/users/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" %>

- - <%= bootstrap_form_tag :html => { :id => "confirm" } do |f| %> - <%= f.hidden_field :display_name, :value => params[:display_name] %> - <%= f.hidden_field :confirm_string, :value => params[:confirm_string] %> - <%= f.primary t(".button") %> - <% end %> -<% else %> -

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

- -

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

-<% end %>