用户反馈匿评的时候字数限制太小,不够写下全部的评价,请将字数限制加大到500个字符

This commit is contained in:
cxt 2016-12-28 14:06:57 +08:00
parent bdd2a60d00
commit 034a4c1b72
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<%= form_for('new_form', :remote => true, :method => :post,:url => add_score_student_work_path(work.id),:id=>'add_score_'+work.id.to_s) do |f|%>
<li >
<span class="tit_fb"> 评价:</span>
<%= f.text_area 'user_message', :class => 'hwork_ping_text', :id => 'score_comment_'+work.id.to_s, :placeholder => l(:text_caracters_maximum,:count=>250),:maxlength => 250 %>
<%= f.text_area 'user_message', :class => 'hwork_ping_text', :id => 'score_comment_'+work.id.to_s, :placeholder => l(:text_caracters_maximum,:count=>500),:maxlength => 500 %>
<div class="cl"></div>
</li>
<p id="hint_message_<%=work.id %>" style="margin-left: 65px;"></p>