修改密码页面查询按钮改为确定

This commit is contained in:
sw 2014-08-08 11:32:15 +08:00
parent dbe8456fd5
commit b5e8b12806
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label>
<%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p>
<%= submit_tag l(:button_apply) %>
<%= submit_tag l(:label_button_ok) %>
</div>
<% end %>