优化评论代码

dev_forum
daiao 5 years ago
parent c3ef1d85a4
commit 4629292927

@ -9,8 +9,8 @@ json.shixun_id discuss.dis_id
json.hidden discuss.hidden json.hidden discuss.hidden
json.manage current_user.manager_of_shixun?(container) json.manage current_user.manager_of_shixun?(container)
json.reward discuss.reward json.reward discuss.reward
json.game_url discuss.game_url(container, current_user) #json.game_url discuss.game_url(container, current_user)
#json.game_url "/tasks/#{discuss.identifier}" if @manger && !children json.game_url "/tasks/#{discuss.identifier}" if @manger && !children
# 主贴和回复有一些不同点 # 主贴和回复有一些不同点
if discuss.parent_id if discuss.parent_id
json.can_delete discuss.can_deleted?(current_user) json.can_delete discuss.can_deleted?(current_user)

Loading…
Cancel
Save