评测记录样式修整

dev_ec
jingquan huang 6 years ago
parent 64e7c5a953
commit 4300887c85

@ -35,12 +35,12 @@
<th width="5%">文件更新</th>
<th width="10%">中间层总耗时<i class="fa fa-long-arrow-down color-light-green ml5" ></i></th>
<th width="5%">pull代码</th>
<th width="10%">pod启动</th>
<th width="10%">pod执行</th>
<th width="5%">pod启动</th>
<th width="5%">pod执行</th>
<th width="10%">中间层回传</th>
<th width="10%">前端轮询</th>
<th width="5%">前端轮询</th>
<th width="10%">回调结果存储</th>
<th width="10%">实训详情</th>
<th width="25%">实训详情</th>
</tr>
</thead>
<tbody>
@ -58,7 +58,7 @@
<td><%= record.return_back %></td>
<td><%= record.front_js %></td>
<td><%= record.test_cases %></td>
<td><%= link_to record.game.try(:identifier), task_path(record.game), :target => "_blank" %></td>
<td><%= link_to record.game.challenge.try(:subject), task_path(record.game), :target => "_blank" %></td>
</tr>
<% end %>
</tbody>

Loading…
Cancel
Save