This commit is contained in:
parent
099fffab51
commit
79e01adb91
|
@ -43,9 +43,6 @@
|
||||||
<!-- </ul>
|
<!-- </ul>
|
||||||
</div> -->
|
</div> -->
|
||||||
<% if @bids.size > 0%>
|
<% if @bids.size > 0%>
|
||||||
<div class="project_acts">
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<%= sort_contest(@s_state)%>
|
<%= sort_contest(@s_state)%>
|
||||||
<div id="bid-show">
|
<div id="bid-show">
|
||||||
<%= render :partial => 'contest_show', :locals => {:bids => @bids, :bid_pages => @bid_pages} %>
|
<%= render :partial => 'contest_show', :locals => {:bids => @bids, :bid_pages => @bid_pages} %>
|
||||||
|
|
|
@ -30,13 +30,6 @@
|
||||||
</table>
|
</table>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</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)%>
|
<%= sort_course(@s_type, @project_type)%>
|
||||||
|
|
||||||
<div id="projects-index">
|
<div id="projects-index">
|
||||||
|
|
|
@ -28,11 +28,6 @@
|
||||||
</table>
|
</table>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</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) %>
|
<%= sort_project(@s_type, @project_type) %>
|
||||||
<div id="projects-index">
|
<div id="projects-index">
|
||||||
<%= render_project_hierarchy(@projects)%>
|
<%= render_project_hierarchy(@projects)%>
|
||||||
|
|
Loading…
Reference in New Issue