% # Controllers that use this partial must supply the following variables: # user # comment # nested_children or page # show_all thread = comment.thread nested_children ||= begin children = thread.paginated_comments(page, comment.id, show_all) thread.nested_comments_for(user, children, show_all) end creator = comment.creator link = Commontator.commontator_link(creator, main_app) name = Commontator.commontator_name(creator) || '' %>