|
|
|
@ -166,11 +166,15 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<% else %>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><%= l(:label_bidding_user) %>
|
|
|
|
|
<td><strong><%= l(:label_bidding_user) %>
|
|
|
|
|
<% unless b_project.user.nil? %>
|
|
|
|
|
<%= b_project.user.lastname %><%= b_project.user.firstname %>
|
|
|
|
|
<% end %>
|
|
|
|
|
<% end %></strong>
|
|
|
|
|
<!-- added by bai 加入学号 -->
|
|
|
|
|
<p><strong><%= l(:label_bidding_user_studentcode) %> :<%= b_project.user.user_extensions.student_id%></strong></p>
|
|
|
|
|
</td>
|
|
|
|
|
<!-- end -->
|
|
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td style=" word-wrap: break-word; word-break: break-all"><%= l(:label_bidding_reason) %><%= b_project.description %></td>
|
|
|
|
|