diff --git a/app/views/graduation_topics/_graduation_comments.json.jbuilder b/app/views/graduation_topics/_graduation_comments.json.jbuilder index 03002e82e..e52395fbf 100644 --- a/app/views/graduation_topics/_graduation_comments.json.jbuilder +++ b/app/views/graduation_topics/_graduation_comments.json.jbuilder @@ -3,8 +3,8 @@ json.author do end json.id message.id -# json.content content_safe(message.contents_show(identity)) -json.content message.contents_show(identity) +json.content content_safe(message.contents_show(identity)) +# json.content message.contents_show(identity) json.time time_from_now(message.created_at) json.hidden message.hidden # 主贴与子贴不一致