From 22c80d21bebd460828f2aacf71347c66a6c7152e Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Mon, 10 Jun 2013 18:45:18 -0400 Subject: [PATCH 1/1] Remove tables from lost password form --- app/views/user/lost_password.html.erb | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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 %> -- 2.43.2