|
|
@ -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>
|
|
|
|