9 lines
351 B
Text
9 lines
351 B
Text
<h1><%= t 'user.lost_password.heading' %></h1><br>
|
|
|
|
<% form_tag :action => 'lost_password' do %>
|
|
<table>
|
|
<tr><td><%= t 'user.lost_password.email address' %></td><td><%= text_field('user', 'email', {:size => 50, :maxlength => 255} ) %></td></tr>
|
|
</table>
|
|
<br>
|
|
<input type="submit" value="<%= t 'user.lost_password.new password button' %>">
|
|
<% end %>
|