|
|
|
@ -34,12 +34,16 @@
|
|
|
|
|
<span id="bid_deadline_span">
|
|
|
|
|
</span>
|
|
|
|
|
</p>
|
|
|
|
|
<p><%= f.select :is_evaluation, is_evaluation_option %>
|
|
|
|
|
<p>
|
|
|
|
|
<%= f.select :is_evaluation, is_evaluation_option %>
|
|
|
|
|
</p>
|
|
|
|
|
<p><%= f.select :proportion, proportion_option %>
|
|
|
|
|
<p>
|
|
|
|
|
<%= f.select :proportion, proportion_option %>
|
|
|
|
|
</p>
|
|
|
|
|
<p><%= hidden_field_tag 'course_id', @course.id %>
|
|
|
|
|
<p>
|
|
|
|
|
<%= hidden_field_tag 'course_id', @course.id %>
|
|
|
|
|
</p>
|
|
|
|
|
<fieldset><legend><%= l(:label_attachment_plural) %></legend>
|
|
|
|
|
<p><%= render :partial => 'attachments/form', :locals => {:container => @homework} %></p>
|
|
|
|
|
<fieldset>
|
|
|
|
|
<legend><%= l(:label_attachment_plural) %></legend>
|
|
|
|
|
<p><%= render :partial => 'attachments/form', :locals => {:container => @bid} %></p>
|
|
|
|
|
</fieldset>
|