From: Thomas Levine Date: Mon, 10 Jun 2013 22:45:18 +0000 (-0400) Subject: Remove tables from lost password form X-Git-Tag: live~4904 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/22c80d21bebd460828f2aacf71347c66a6c7152e?ds=sidebyside Remove tables from lost password form --- diff --git a/app/views/user/lost_password.html.erb b/app/views/user/lost_password.html.erb index 4d1689ef9..3a7542294 100644 --- a/app/views/user/lost_password.html.erb +++ b/app/views/user/lost_password.html.erb @@ -5,14 +5,9 @@

<%= t 'user.lost_password.help_text' %>

<%= form_tag :action => 'lost_password' do %> - - - - - - - - - -
<%= t 'user.lost_password.email address' %><%= text_field('user', 'email', {:size => 50, :maxlength => 255, :tabindex => 1} ) %>
+
+ + <%= text_field('user', 'email', { :tabindex => 1} ) %> + +
<% end %>