socialforge/app/views/bids/edit.html.erb

6 lines
361 B
Plaintext
Raw Normal View History

<%= javascript_include_tag "/assets/kindeditor/kindeditor",'prettify','/assets/kindeditor/pasteimg' %>
<%= stylesheet_link_tag 'prettify'%>
<%= labelled_form_for @bid,:html => { :multipart => true } do |f| %>
2015-04-03 11:19:15 +08:00
<%= render :partial => 'new_homework_form', :locals => { :bid => @bid, :bid_id => "edit_bid_#{@bid.id}",:f=>f,:edit_mode => true} %>
2015-06-17 17:01:03 +08:00
<% end %>