|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
end
|
|
|
|
|
%>
|
|
|
|
|
<% if bid.homework_type == 1%>
|
|
|
|
|
<%= l(:label_x_homework_project, :count => @temp.count) %>(<strong><%= link_to @temp.count, project_for_bid_path(bid.id) %></strong>)
|
|
|
|
|
<%= l(:label_x_homework_project, :count => bid.homeworks.count) %>(<strong><%= link_to bid.homeworks.count, project_for_bid_path(bid.id) %></strong>)
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= l(:label_x_homework_project, :count => @temp.count) %>(<strong><%= link_to @temp.count, project_for_bid_path(bid.id) %></strong>)
|
|
|
|
|
<% end %></span>
|
|
|
|
|