<% unless @challenges.blank? %>

阶段统计

<% @challenges.each do |challenge| %>

<%= challenge.subject %>

平均耗时:<%= game_spend_time(avg_spend_time(@shixun.id, challenge.position)) %>

正在挑战:<%= shixun_running(@shixun, challenge.position).to_i %>

完成挑战:<%= shixun_done(@shixun, challenge.position).to_i %>

<%# if shixun_done(@shixun, challenge.position).to_i > 0 %> <% if true %> <% else %> <% end %>
<% end %>

Top10

更多排名
排名 姓名 完成时间 完成耗时 准确率 获得分数    
1 用户Cillian 2017-02-18 15:31 0天01小时15分 95.8% 100

5

5

2 用户Cillian风吹麦浪风吹麦浪 2017-02-18 15:31 0天01小时15分 95.8% 100 5 5
3 用户Cillian风吹麦浪风吹麦浪 2017-02-18 15:31 0天01小时15分 95.8% 100 5 5
4 用户Cillian风吹麦浪风吹麦浪 2017-02-18 15:31 0天01小时15分 95.8% 100 5 5
5 用户Cillian风吹麦浪风吹麦浪 2017-02-18 15:31 0天01小时15分 95.8% 100 5 5
6 用户Cillian风吹麦浪风吹麦浪 2017-02-18 15:31 0天01小时15分 95.8% 100 5 5
7 用户Cillian风吹麦浪风吹麦浪 2017-02-18 15:31 0天01小时15分 95.8% 100 5 5
8 用户Cillian风吹麦浪风吹麦浪 2017-02-18 15:31 0天01小时15分 95.8% 100 5 5
9 用户Cillian风吹麦浪风吹麦浪 2017-02-18 15:31 0天01小时15分 95.8% 100 5 5
10 用户Cillian风吹麦浪风吹麦浪 2017-02-18 15:31 0天01小时15分 95.8% 100 5 5

学员广场

更多学员
<% @latest_myshixuns.each_with_index do |latest_myshixun, index| %> <% end %>
<%= index + 1 %> <%= link_to latest_myshixun.owner.try(:show_name), user_path(latest_myshixun.owner), :class => "panel-table-name hide fl" %> / <%= link_to latest_myshixun.name, shixun_path(latest_myshixun), :class => "panel-table-title hide fl" %>
第<%= latest_myshixun.current_stage %>关/共<%= latest_myshixun.games.count %>关
<%= latest_myshixun.games.count %>分 给TA送花
<% end %>