]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/lost_password.html.erb
Fix lists in rich text to display properly
[rails.git] / app / views / user / lost_password.html.erb
index cb844c67c23eed85da8092a647b8a02d506ef634..4d1689ef9f74ea1ea5a8b7bd88ce374ce07bd8ba 100644 (file)
@@ -1,9 +1,18 @@
-<h1><%= t 'user.lost_password.heading' %></h1><br>
+<% content_for :heading do %>
+  <h1><%= t 'user.lost_password.heading' %></h1>
+<% end %>
+
+<p><%= t 'user.lost_password.help_text' %></p>
 
 
-<% form_tag :action => 'lost_password' do %>
+<%= form_tag :action => 'lost_password' do %>
 <table>
 <table>
-  <tr><td><%= t 'user.lost_password.email address' %></td><td><%= text_field('user', 'email', {:size => 50, :maxlength => 255} ) %></td></tr>
+  <tr>
+    <td class="fieldName"><%= t 'user.lost_password.email address' %></td>
+    <td><%= text_field('user', 'email', {:size => 50, :maxlength => 255, :tabindex => 1} ) %></td>
+  </tr>
+  <tr>
+    <td></td>
+    <td class="submitButton"><input type="submit" value="<%= t'user.lost_password.new password button' %>" tabindex="2"></td>
+  </tr>
 </table>
 </table>
-<br>
-<input type="submit" value="<%= t 'user.lost_password.new password button' %>">
 <% end %>
 <% end %>