X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/420a7289a0b08eee091f6650c2e83166df3fbe69..f18baae22e4088af7f252c82f3c4a2576862a438:/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 index 6f50526d9..dfcaf32be 100644 --- a/app/views/users/lost_password.html.erb +++ b/app/views/users/lost_password.html.erb @@ -1,13 +1,10 @@ <% content_for :heading do %> -

<%= t '.heading' %>

+

<%= t ".heading" %>

<% end %> -

<%= t '.help_text' %>

+

<%= 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 %>