1 json.id changeset_comment.id
 
   2 json.visible changeset_comment.visible
 
   3 json.date changeset_comment.created_at.xmlschema
 
   4 if changeset_comment.author.data_public?
 
   5   json.uid changeset_comment.author.id
 
   6   json.user changeset_comment.author.display_name
 
   8 json.text changeset_comment.body