<%= stylesheet_link_tag 'new_user'%>

忘记密码

<%= form_tag(lost_password_path) do %>

通过注册邮箱链接重设密码

<%= text_field_tag 'mail', nil, :size => 40, :placeholder => '请输入注册邮箱',:class=>'NomalInput mb20'%> <% if flash[:error] %>

<%= flash[:error]%>

<% elsif flash[:notice] %>

<%= flash[:notice]%>

<% end %> <% end %>