From 5f2324474297944e27225153fbd08cdc5607c881 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Wed, 26 Aug 2015 17:59:05 +0800 Subject: [PATCH] =?UTF-8?q?=20=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/account/lost_password.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/account/lost_password.html.erb b/app/views/account/lost_password.html.erb index b028ceab6..0e4ddd1ff 100644 --- a/app/views/account/lost_password.html.erb +++ b/app/views/account/lost_password.html.erb @@ -9,9 +9,11 @@ <%= text_field_tag 'mail', nil, :size => 40, :placeholder => '请输入注册邮箱',:class=>'NomalInput mb20'%> <% if flash[:error] %> -
<%= flash[:error]%>
+

<%= flash[:error]%>

+ <% elsif flash[:notice] %> -
<%= flash[:notice]%>
+

<%= flash[:notice]%>

+ <% end %>
提交
<% end %>