X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3af16f6337b52546297e7e09a1aba9b0e1df7e15..ddac660f3b7cc09a7718f20d1b857b0794d5a4ef:/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 index 3cfd8cc83..dfcaf32be 100644 --- a/app/views/users/lost_password.html.erb +++ b/app/views/users/lost_password.html.erb @@ -4,10 +4,7 @@

<%= t ".help_text" %>

-<%= form_tag :action => "lost_password" do %> -
- - <%= text_field("user", "email", :tabindex => 1) %> - <%= submit_tag t(".new password button"), :tabindex => 2 %> -
+<%= bootstrap_form_tag do |f| %> + <%= f.text_field :email, :label => t(".email address") %> + <%= f.primary t(".new password button") %> <% end %>