发布竞赛页面bug

redis_cache
huang 10 years ago
parent 574e79ff57
commit e51d6684ca

@ -33,20 +33,21 @@
%> %>
</p> </p>
<p style="margin-left:-10px;padding-right: 20px;"> <p>
<%= f.text_area :description, <%= f.text_area :description,
:rows => 5, :size => 60,
:class => 'wiki-edit', :rows => 4,
:style => "font-size:small;width:490px;margin-left:10px;", :style => "width:490px;",
:maxlength => Contest::DESCRIPTION_LENGTH_LIMIT, :maxlength => Contest::DESCRIPTION_LENGTH_LIMIT,
:placeholder => "#{l(:label_contest_description)}" :placeholder => "#{l(:label_contest_description)}"
%> %>
</p> </p>
<p style="margin-left:-10px;"> <p>
<%= f.text_field :password, <%= f.text_field :password,
:size => 60, :size => 60,
:style => "width:488px;margin-left: 10px;" :rows => 4,
:style => "width:490px;"
%> %>
</p> </p>

Loading…
Cancel
Save