You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lost_password.html.erb 321B

1234567891011
  1. <h2><%=l(:label_password_lost)%></h2>
  2. <%= form_tag(lost_password_path) do %>
  3. <div class="box tabular">
  4. <p>
  5. <label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
  6. <%= text_field_tag 'mail', nil, :size => 40 %>
  7. <%= submit_tag l(:button_submit) %>
  8. </p>
  9. </div>
  10. <% end %>