|
|
|
@ -13,7 +13,7 @@ json.array! shixuns do |shixun|
|
|
|
|
|
json.identifier shixun.identifier
|
|
|
|
|
json.name shixun.name
|
|
|
|
|
json.status shixun.status
|
|
|
|
|
json.power (User.current.shixun_permission(shixun)) # 现在首页只显示已发布的实训
|
|
|
|
|
json.power (current_user.shixun_permission(shixun)) # 现在首页只显示已发布的实训
|
|
|
|
|
# REDO: 局部缓存
|
|
|
|
|
json.tag_name shixun.tag_repertoires.first.try(:name)
|
|
|
|
|
json.myshixuns_count shixun.myshixuns_count
|
|
|
|
|