修正了竞赛配置的问题
This commit is contained in:
parent
9293ef53b9
commit
e8aa5633d8
|
@ -21,7 +21,7 @@
|
||||||
</script>
|
</script>
|
||||||
<%= error_messages_for 'bid' %>
|
<%= 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">
|
<div class="box tabular">
|
||||||
<%= render :partial => 'form_contest', :locals => { :f => f } %>
|
<%= render :partial => 'form_contest', :locals => { :f => f } %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue