|
|
@ -155,7 +155,7 @@
|
|
|
|
<% if @bid.reward_type == 3 %>
|
|
|
|
<% if @bid.reward_type == 3 %>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
|
<% if (im_watching_student_id? @bid) && user.user_extensions.identity.to_i.eql?(1) %>
|
|
|
|
<% if (im_watching_student_id? @bid) && b_project.user.user_extensions.identity.to_i.eql?(1) %>
|
|
|
|
<%= l(:label_bidding_user_studentcode) %> : <%= b_project.user.user_extensions.student_id %>
|
|
|
|
<%= l(:label_bidding_user_studentcode) %> : <%= b_project.user.user_extensions.student_id %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|