修改了需求页面显示
This commit is contained in:
parent
ecdeaf123e
commit
a44713ba6d
|
@ -69,15 +69,15 @@
|
|||
<td><%= l(:label_investment_time_limit) %><%= @bid.deadline%></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div style="color: rgb(255, 0, 0); font-size: 14px"><%= l(:label_has_been)%> <%= link_to(Bid.where('parent_id = ?', @bid.id).count, show_course_path(@bid), :class => 'reference') %>
|
||||
<%= l(:label_course_userd_by)%></div></td>
|
||||
<td><div style="color:#ed8924 ; font-size: 14px">被 <strong><%= link_to(Bid.where('parent_id = ?', @bid.id).count, show_course_path(@bid)) %></strong>
|
||||
个高校课程引用为作业!</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><div style="color: rgb(255, 0, 0); font-size: 14px">有 <%= link_to(count_bid_project, show_bid_project_path(@bid), :class => 'reference') %>
|
||||
个项目正在应标需求</div></td>
|
||||
<td><div style="color:#ed8924 ; font-size: 14px">有 <strong><%= link_to(count_bid_project, show_bid_project_path(@bid)) %></strong>
|
||||
个项目正在实现该需求!</div></td>
|
||||
</tr>
|
||||
<td><div style="color: rgb(255, 0, 0); font-size: 14px">有 <%= link_to(count_bid_user, show_bid_user_path(@bid), :class => 'reference') %>
|
||||
个用户正在努力完成此需求</div></td>
|
||||
<td><div style="color: #ed8924; font-size: 14px">有 <strong><%= link_to(count_bid_user, show_bid_user_path(@bid)) %></strong>
|
||||
个高校用户正在努力完成此需求!</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue