This commit is contained in:
yanxd 2014-01-17 08:29:36 +08:00
parent 099fffab51
commit 79e01adb91
3 changed files with 0 additions and 15 deletions

View File

@ -43,9 +43,6 @@
<!-- </ul>
</div> -->
<% if @bids.size > 0%>
<div class="project_acts">
</div>
<%= sort_contest(@s_state)%>
<div id="bid-show">
<%= render :partial => 'contest_show', :locals => {:bids => @bids, :bid_pages => @bid_pages} %>

View File

@ -30,13 +30,6 @@
</table>
<% end %>
</div>
<!-- activity box -->
<div class="project_acts">
<div class="project_acts_left"></div>
<div class="project_acts_right">aaaa</div>
</div>
<div class="clear_both"></div>
<%= sort_course(@s_type, @project_type)%>
<div id="projects-index">

View File

@ -28,11 +28,6 @@
</table>
<% end %>
</div>
<div class="project_acts ">
<div class="project_acts_left"></div>
<div class="project_acts_right">a</div>
</div>
<div class="clear_both"></div>
<%= sort_project(@s_type, @project_type) %>
<div id="projects-index">
<%= render_project_hierarchy(@projects)%>