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.
trustieforge/app/views/bids/index.html.erb

10 lines
224 B

<!-- fq -->
<div id="put-bid-form" style="display: none">
<%= render :partial => 'new_bid' %>
</div>
<div id="bid-show">
<%= render :partial => 'bid_show', :locals => {:bids => @bids, :bid_pages => @bid_pages} %>
</div>