|
|
@ -2,7 +2,7 @@
|
|
|
|
<%= error_messages_for 'bid' %>
|
|
|
|
<%= error_messages_for 'bid' %>
|
|
|
|
<!--[form:project]-->
|
|
|
|
<!--[form:project]-->
|
|
|
|
<p><%= l(:label_homeworks_form_new_description) %></p>
|
|
|
|
<p><%= l(:label_homeworks_form_new_description) %></p>
|
|
|
|
<p><%= select_tag 'course', course_options_for_select(@courses) %></p>
|
|
|
|
<p>选择课程<%= select_tag 'course', course_options_for_select(@courses) %></p>
|
|
|
|
<p><%= f.text_field :name, :required => true, :size => 60, :style => "width:490px;", :maxlength => Bid::NAME_LENGTH_LIMIT, :value => @bid.name %></p>
|
|
|
|
<p><%= f.text_field :name, :required => true, :size => 60, :style => "width:490px;", :maxlength => Bid::NAME_LENGTH_LIMIT, :value => @bid.name %></p>
|
|
|
|
|
|
|
|
|
|
|
|
<p style="margin-left:-10px;padding-right: 20px;">
|
|
|
|
<p style="margin-left:-10px;padding-right: 20px;">
|
|
|
|