实训正在评测中,然后关掉实训后tpm就显示“评测中”,应该还是正在挑战中

This commit is contained in:
daiao 2017-08-22 16:39:09 +08:00
parent 6557677fc2
commit f16d71dd63
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ module ChallengesHelper
when 0
"<a title='待完成'><i class='fa fa-unlock-alt fr font-18 mt5 -text-danger w20_center'></i></a>".html_safe
when 1
"评测中"
"<a title='评测中'><i class='fa fa-unlock-alt fr font-18 mt5 -text-danger w20_center'></i></a>".html_safe
when 2
"<a title='已解决'><i class='fa fa-unlock fr font-18 mt5 color-light-green w20_center' ></i></a>".html_safe
when 3,nil