|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
json.fork_from @fork_from
|
|
|
|
|
json.identity User.current.shixun_identity(@shixun)
|
|
|
|
|
json.is_collect @user&.is_collect?(@shixun)
|
|
|
|
|
json.is_collect User.current&.is_collect?(@shixun)
|
|
|
|
|
|
|
|
|
|
json.power @power
|
|
|
|
|
json.partial! 'shixuns/top', locals: { shixun: @shixun, current_myshixun: @current_myshixun }
|
|
|
|
|