修正了竞赛配置的问题

This commit is contained in:
baiyu 2013-11-19 16:08:55 +08:00
parent 9293ef53b9
commit e8aa5633d8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</script>
<%= error_messages_for 'bid' %>
<%= labelled_form_for @bid, :url => {:controller => 'bids', :action => 'create_contest'} do |f| %>
<%= labelled_form_for @bid, :url => {:controller => 'bids', :action => 'update_contest'} do |f| %>
<div class="box tabular">
<%= render :partial => 'form_contest', :locals => { :f => f } %>
</div>