| {{ T.F.GITEA.ISSUE_CONTENT.SUMMARY | translate }} |
{{ issue?.title }} #{{ issue?.number }}
|
| {{ T.F.GITEA.ISSUE_CONTENT.PROJECT | translate }} |
{{ issue?.repository.name }} |
| {{ T.F.GITEA.ISSUE_CONTENT.STATUS | translate }} |
{{ issue?.state }} |
@if (issue?.assignee?.web_url) {
| {{ T.F.GITEA.ISSUE_CONTENT.ASSIGNEE | translate }} |
{{ issue?.assignee?.username }}
|
}
@if (issue?.labels?.length) {
| {{ T.F.GITEA.ISSUE_CONTENT.LABELS | translate }} |
@for (label of issue?.labels; track label) {
{{ label.name }}
}
|
}
@if (issue?.body) {
| {{ T.F.GITEA.ISSUE_CONTENT.DESCRIPTION | translate }} |
|
}