|
|
|
@ -81,7 +81,7 @@
|
|
|
|
|
<td><%= user_query.blank? ? "--" : user_query.first[1] %></td>
|
|
|
|
|
<td><%= game.try(:end_time).nil? ? "--" : format_time(game.end_time) %></td>
|
|
|
|
|
<td><%= game.consumes_time %></td>
|
|
|
|
|
<td><%= game.status == 2 ? (game.final_score.to_i < 0 ? 0 : game.challenge.score.to_i) : 0 %> / <%= game.challenge.st == 1 ? game.challenge.choose_score : game.challenge.score %></td>
|
|
|
|
|
<td><%= game.status == 2 ? (game.final_score.to_i < 0 ? 0 : game.challenge.choose_score.to_i) : 0 %> / <%= game.challenge.choose_score %></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<% end %>
|
|
|
|
|
</tbody>
|
|
|
|
|