新建竞赛通知bug修复

This commit is contained in:
chenmin 2014-08-14 10:24:01 +08:00
parent 3b87f86267
commit 86cb7d13d5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<%= l(:bale_news_notice) %>
</div>
<div class="box tabular">
<p><%= f.text_field :title, :required => true, :size => 60, :style => "width:488px;" %></p>
<p><%= f.text_field :title, :required => true, :size => 60,:maxlength => 60, :style => "width:488px;" %></p>
<p><%= f.text_area :description, :required => true, :cols => 60, :rows => 11, :class => 'wiki-edit', :style => "width:490px;" %></p>
</div>