]> git.openstreetmap.org Git - rails.git/blob - app/views/user/lost_password.html.erb
Remove tables from lost password form
[rails.git] / app / views / user / lost_password.html.erb
1 <% content_for :heading do %>
2   <h1><%= t 'user.lost_password.heading' %></h1>
3 <% end %>
4
5 <p><%= t 'user.lost_password.help_text' %></p>
6
7 <%= form_tag :action => 'lost_password' do %>
8   <div class="standard-form">
9     <label><%= t 'user.lost_password.email address' %></label>
10     <%= text_field('user', 'email', { :tabindex => 1} ) %>
11     <input type="submit" value="<%= t'user.lost_password.new password button' %>" tabindex="2">
12   </div>
13 <% end %>