openstreetmap-website/app/views/users/lost_password.html.erb
2019-03-27 16:15:19 +00:00

13 lines
384 B
Text

<% 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 %>