You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
318 B
8 lines
318 B
6 years ago
|
<%= content_for(:header_tags) do %>
|
||
|
<%= import_ke(enable_at: false, prettify: true) %>
|
||
|
<% end %>
|
||
|
|
||
|
<%= labelled_form_for @bid,:html => { :multipart => true } do |f| %>
|
||
|
<%= render :partial => 'new_homework_form', :locals => { :bid => @bid, :bid_id => "edit_bid_#{@bid.id}",:f=>f,:edit_mode => true} %>
|
||
|
<% end %>
|