修改BUG
This commit is contained in:
parent
955cf619b8
commit
0e0da39113
|
@ -109,16 +109,10 @@
|
|||
<br/>
|
||||
|
||||
<tr style="width:800px;">
|
||||
<span style="margin-top: 1px"><%= l(:label_work_description) %></span>
|
||||
<span><%= l(:label_work_description) %></span>
|
||||
<span class="contest-star"> * </span>:
|
||||
|
||||
<span class="jstEditor">
|
||||
<textarea id="contest_description" style="font-size:small;width:400px;" rows="5" cols="40">
|
||||
<%= @contest.description %>
|
||||
</textarea>
|
||||
</span>
|
||||
|
||||
|
||||
<td style="width: 100px"><%= f.text_field :description, :required => true, :size => 60, :style => "width:400px;" %></td>
|
||||
<span style="font-size: 10px">(<%= l(:label_workdescription_lengthlimit) %>)</span>
|
||||
</tr>
|
||||
<br/>
|
||||
<br/>
|
||||
|
|
Loading…
Reference in New Issue