]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/lost_password.html.erb
Rename user_controller to users_controller
[rails.git] / app / views / users / lost_password.html.erb
diff --git a/app/views/users/lost_password.html.erb b/app/views/users/lost_password.html.erb
new file mode 100644 (file)
index 0000000..6f50526
--- /dev/null
@@ -0,0 +1,13 @@
+<% content_for :heading do %>
+  <h1><%= t '.heading' %></h1>
+<% end %>
+
+<p><%= t '.help_text' %></p>
+
+<%= form_tag :action => 'lost_password' do %>
+  <div class="standard-form">
+    <label class="standard-label"><%= t '.email address' %></label>
+    <%= text_field('user', 'email', { :tabindex => 1} ) %>
+    <%= submit_tag t('.new password button'), :tabindex => 2 %>
+  </div>
+<% end %>