个人描述最长为200

This commit is contained in:
sw 2015-04-09 16:01:26 +08:00
parent dbc7c7a5c6
commit b8760c6403
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@
<%= f.text_area 'user_introduction', :rows => 3,
:cols => 65,
:placeholder => "#{l(:label_my_brief_introduction)}",
:maxlength => 200,
:style => "resize: none;",
:class => 'noline'%>
</td>