X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e7517039835bc34f09e99bdfa50295ab461f9058..7a66c6d4eb65a5ad6438970375cf3ea6ac4e3cfc:/app/views/users/lost_password.html.erb?ds=sidebyside diff --git a/app/views/users/lost_password.html.erb b/app/views/users/lost_password.html.erb deleted file mode 100644 index dfcaf32be..000000000 --- a/app/views/users/lost_password.html.erb +++ /dev/null @@ -1,10 +0,0 @@ -<% content_for :heading do %> -

<%= t ".heading" %>

-<% end %> - -

<%= t ".help_text" %>

- -<%= bootstrap_form_tag do |f| %> - <%= f.text_field :email, :label => t(".email address") %> - <%= f.primary t(".new password button") %> -<% end %>