3251缺陷的修复

This commit is contained in:
cxt 2015-07-23 15:02:26 +08:00
parent a285c6a536
commit 8fba66d330
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<div class="box tabular"> <div class="box tabular">
<p> <p>
<label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label> <label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
<%= text_field_tag 'mail', nil, :size => 40 %> <%= text_field_tag 'mail', nil, :size => 40, :placeholder => '请输入注册邮箱'%>
<%= submit_tag l(:button_submit) %> <%= submit_tag l(:button_submit) %>
</p> </p>
</div> </div>