]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/lost_password.html.erb
erblint: Add or remove curly braces around hash parameters as required
[rails.git] / app / views / users / lost_password.html.erb
index 6f50526d9119b8825965b24c43d96c63e23daed0..46d18b4300f2af3b92ba53a61307a4d67afeab43 100644 (file)
@@ -7,7 +7,7 @@
 <%= form_tag :action => 'lost_password' do %>
   <div class="standard-form">
     <label class="standard-label"><%= t '.email address' %></label>
-    <%= text_field('user', 'email', { :tabindex => 1} ) %>
+    <%= text_field('user', 'email', :tabindex => 1) %>
     <%= submit_tag t('.new password button'), :tabindex => 2 %>
   </div>
 <% end %>