@(q: lila.qa.Question, comments: List[lila.qa.Comment], action: String)(implicit ctx: Context) @comments.map { c =>
@userIdLink(c.userId.some) commented @momentFromNow(c.createdAt): @nope("Remove", routes.QaComment.remove(q.id, c.id), "q", "thin")
@richText(c.body)
} @if(lila.qa.QaAuth.canComment) {
Add comment
}