|
|
|
@ -81,6 +81,35 @@
|
|
|
|
|
<% end %>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!--parameter -->
|
|
|
|
|
<div class="user_fans">
|
|
|
|
|
|
|
|
|
|
<table width="240" border="0">
|
|
|
|
|
<tr align="center" width="80px">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<td class="font_index"><%=link_to "#{@bid.join_in_contests.count}",:controller => "bids", :action => "show_participator" %></td>
|
|
|
|
|
|
|
|
|
|
<td class="font_index"><%=link_to "#{@bid.projects.count}", :controller => 'bids', :action => 'show_project' %></td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<tr class="font_aram">
|
|
|
|
|
<td align="center" width="70px"> <%= l(:label_participator) %></td>
|
|
|
|
|
|
|
|
|
|
<td align="center" width="70px"> <%= l(:label_bidding_project) %></td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
<div class="user_underline"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="inf_user_image">
|
|
|
|
|
<table>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><%= l(:lable_contest_user) %><%= link_to(@user.show_name, user_path(@user))%></td>
|
|
|
|
|
</tr>
|
|
|
|
|