修复作业搜索条出现在竞赛,需求页面的bug

This commit is contained in:
nieguanghui 2013-11-04 21:58:40 +08:00
parent ea8a87c3a6
commit c6824c539b
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<% if @bid.reward_type == 3%>
<%= form_tag(:controller => 'bids', :action => "show_project", :method => :get) do %>
<div class="project-search-block">
<table width="100%" valign="center">
@ -15,6 +16,7 @@
</table>
</div>
<% end %>
<% end %>
<% bidding_project.each do |b_project|%>
<% if b_project.project %>