Back to Openproject

Issue.Component

modules/gitlab_integration/frontend/module/issue/issue.component.html

17.3.1302 B
Original Source

@if (state === 'open') { } @if (state !== 'open') { } {{state}} | @if (gitlabIssue.labels && gitlabIssue.labels.length > 0) { } {{ text.label_created_by }} @if (gitlabIssue.gitlabUser) { }. {{ text.label_last_updated_on }} .

@for (label of gitlabIssue.labels; track label) { {{label.title}} }