|
|
|
@ -125,19 +125,22 @@
|
|
|
|
|
<!--fans-->
|
|
|
|
|
<div class="user_fans">
|
|
|
|
|
<div class="font_title_left">
|
|
|
|
|
<strong><%= l(:label_bidding_project) %></strong>
|
|
|
|
|
<strong><%= l(:label_bidding_project) %></strong>
|
|
|
|
|
<span style="font-size: 13px"><%= link_to "更多>>", :controller => 'bids', :action => 'show_project'%>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="user_underline"></div>
|
|
|
|
|
<div class="left_wf">
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style="padding-top: 5px">
|
|
|
|
|
<% if @bid.projects.size>0%>
|
|
|
|
|
<% for project in @bid.projects%>
|
|
|
|
|
<% if @bid.projects.size<0%>
|
|
|
|
|
<p class="font_lighter"><%= l(:label_no_bid_project) %></p>
|
|
|
|
|
|
|
|
|
|
<%else%>
|
|
|
|
|
<% for project in objCut12(@bid.projects)%>
|
|
|
|
|
<%= link_to image_tag(url_to_avatar(project), :class => "avatar", :title => project.name), project_path(project), :class => "avatar" %>
|
|
|
|
|
<% end%>
|
|
|
|
|
<%else%>
|
|
|
|
|
<p class="font_lighter"><%= l(:label_no_bid_project) %></p>
|
|
|
|
|
<% end %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|