X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b8a8a88004d25837a10436fdc13128146b32c32b..HEAD:/app/views/users/lost_password.html.erb diff --git a/app/views/users/lost_password.html.erb b/app/views/users/lost_password.html.erb deleted file mode 100644 index 6f50526d9..000000000 --- a/app/views/users/lost_password.html.erb +++ /dev/null @@ -1,13 +0,0 @@ -<% content_for :heading do %> -

<%= t '.heading' %>

-<% end %> - -

<%= t '.help_text' %>

- -<%= form_tag :action => 'lost_password' do %> -
- - <%= text_field('user', 'email', { :tabindex => 1} ) %> - <%= submit_tag t('.new password button'), :tabindex => 2 %> -
-<% end %>