|
|
|
@ -15,9 +15,10 @@
|
|
|
|
|
<%= f.text_field :budget, :required => true, :size => 60, :style => "width:350px;", :placeholder => l(:label_bids_reward_what) %>
|
|
|
|
|
</p> -->
|
|
|
|
|
<p><%= f.text_field :deadline, :value => nil,:required => true, :size => 60, :style => "width:150px;" %><%= calendar_for('bid_deadline')%>
|
|
|
|
|
</p>
|
|
|
|
|
<!--
|
|
|
|
|
<p><%= f.select :homework_type, homework_type_option %>
|
|
|
|
|
</p>
|
|
|
|
|
-->
|
|
|
|
|
<fieldset><legend><%= l(:label_attachment_plural) %></legend>
|
|
|
|
|
<p><%= render :partial => 'attachments/form', :locals => {:container => @homework} %></p>
|
|
|
|
|
</fieldset>
|