Commentaires
@for (comment of comments(); track comment.id) {
{{ formatDate(comment.createdAt) }} @if (comment.updatedAt) { (modifié le {{ formatDate(comment.updatedAt) }}) }
@if (editingCommentId === comment.id) {
} @else {
@if (getLinkedIssues(comment).length > 0) {
@for (linked of getLinkedIssues(comment); track linked.id) {
{{ typeIcon(linked.type).letter }} {{ linked.name }} {{ statusLabel(linked.status).label }}
}
} @if (creatingTaskForCommentId === comment.id) {
} @else if (linkingIssueForCommentId === comment.id) { } @else { } }
}