|
|
|
@ -15,11 +15,11 @@
|
|
|
|
|
<table border="0">
|
|
|
|
|
<tr><td>
|
|
|
|
|
<% if bid.reward_type.nil? or bid.reward_type == 1%>
|
|
|
|
|
<strong>奖励方式:<span style="color: rgb(255, 0, 0);font-family: 14px; font-family: 微软雅黑">奖金 <%= bid.budget%><%= l(:label_RMB_sign) %></span></strong>
|
|
|
|
|
<strong><%= l(:label_bids_reward_method) %><span style="color: rgb(255, 0, 0);font-family: 14px; font-family: 微软雅黑"><%= l(:label_call_bonus) %> <%= bid.budget%><%= l(:label_RMB_sign) %></span></strong>
|
|
|
|
|
<% elsif bid.reward_type == 2%>
|
|
|
|
|
<strong>奖励方式:<span style="color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= bid.budget%></span></strong>
|
|
|
|
|
<strong><%= l(:label_bids_reward_method) %><span style="color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= bid.budget%></span></strong>
|
|
|
|
|
<% else %>
|
|
|
|
|
<strong>奖励方式:<span style="color: #ed8924;font-family: 14px; font-family: 微软雅黑">学分 <%= bid.budget%>分</span></strong>
|
|
|
|
|
<strong><%= l(:label_bids_reward_method) %><span style="color: #ed8924;font-family: 14px; font-family: 微软雅黑"><%= l(:label_bids_grade) %> <%= bid.budget%><%= l(:label_bids_grade_number) %></span></strong>
|
|
|
|
|
<% end %>
|
|
|
|
|
<span class="font_lighter">(<%= link_to bid.biding_projects.count, project_for_bid_path(bid)%>)<%= l(:label_biding_project) %></span>
|
|
|
|
|
<span class="font_lighter">(<%= link_to bid.commit, respond_path(bid)%>)<%= l(:label_responses) %></span>
|
|
|
|
@ -64,11 +64,11 @@
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
|
|
<% if bid.reward_type.nil? or bid.reward_type == 1%>
|
|
|
|
|
<td><strong>奖励方式:<span style="color: rgb(255, 0, 0);font-family: 14px; font-family: 微软雅黑">奖金 <%= bid.budget%><%= l(:label_RMB_sign) %></span></strong></td>
|
|
|
|
|
<td><strong><%= l(:label_bids_reward_method) %><span style="color: rgb(255, 0, 0);font-family: 14px; font-family: 微软雅黑"><%= l(:label_call_bonus) %> <%= bid.budget%><%= l(:label_RMB_sign) %></span></strong></td>
|
|
|
|
|
<% elsif bid.reward_type == 2%>
|
|
|
|
|
<td><strong>奖励方式:<span style="color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= bid.budget%></span></strong></td>
|
|
|
|
|
<td><strong><%= l(:label_bids_reward_method) %><span style="color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= bid.budget%></span></strong></td>
|
|
|
|
|
<% else %>
|
|
|
|
|
<td><strong>奖励方式:<span style="color: #ed8924;font-family: 14px; font-family: 微软雅黑">学分 <%= bid.budget%>分</span></strong></td>
|
|
|
|
|
<td><strong><%= l(:label_bids_reward_method) %><span style="color: #ed8924;font-family: 14px; font-family: 微软雅黑">学分 <%= bid.budget%>分</span></strong></td>
|
|
|
|
|
<% end %>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
@ -98,4 +98,4 @@
|
|
|
|
|
<ul>
|
|
|
|
|
<%= pagination_links_full bid_pages %>
|
|
|
|
|
<ul>
|
|
|
|
|
</div> -->
|
|
|
|
|
</div> -->
|
|
|
|
|