From: Thomas Levine Date: Tue, 11 Jun 2013 18:45:59 +0000 (-0400) Subject: Standardize submit tags X-Git-Tag: live~4915 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/d2a43c7e4a5b0129a337e1c0eaa55a116d306669?ds=sidebyside Standardize submit tags --- diff --git a/app/views/user/lost_password.html.erb b/app/views/user/lost_password.html.erb index 3a7542294..cf7f9b7d0 100644 --- a/app/views/user/lost_password.html.erb +++ b/app/views/user/lost_password.html.erb @@ -8,6 +8,6 @@
<%= text_field('user', 'email', { :tabindex => 1} ) %> - + <%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %>
<% end %> diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index 25339c1f4..2b1138666 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -65,8 +65,7 @@ <%= t 'user.new.openid no password' %> - -
<%= submit_tag t('user.new.continue'), :tabindex => 6 %>
+ <%= submit_tag t('user.new.continue'), :tabindex => 6 %> <% end %> diff --git a/app/views/user/reset_password.html.erb b/app/views/user/reset_password.html.erb index 579f24270..3f011a5fd 100644 --- a/app/views/user/reset_password.html.erb +++ b/app/views/user/reset_password.html.erb @@ -15,6 +15,6 @@ <%= password_field(:user, :pass_crypt_confirmation, {:value => '', :tabindex => 5}) %> - + <%= submit_tag t('user.reset_password.reset'), :tabindex => 6 %> <% end %> diff --git a/app/views/user_blocks/edit.html.erb b/app/views/user_blocks/edit.html.erb index 0b928de54..0eee8a6f6 100644 --- a/app/views/user_blocks/edit.html.erb +++ b/app/views/user_blocks/edit.html.erb @@ -28,4 +28,4 @@

<%= f.submit t('user_block.edit.submit') %>

-<% end %> \ No newline at end of file +<% end %>