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