]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/lost_password.html.erb
Standardize submit tags
[rails.git] / app / views / user / lost_password.html.erb
index 3a7542294009a1b51a5862f097f118d34849cd82..cf7f9b7d0396341757df80b6a3f2f5adf3642288 100644 (file)
@@ -8,6 +8,6 @@
   <div class="standard-form">
     <label><%= t 'user.lost_password.email address' %></label>
     <%= text_field('user', 'email', { :tabindex => 1} ) %>
-    <input type="submit" value="<%= t'user.lost_password.new password button' %>" tabindex="2">
+    <%= submit_tag t('user.lost_password.new password button'), :tabindex => 2 %>
   </div>
 <% end %>