Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/8106097ea3a4140d4925cb73909056883d547c63 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Translate Issue details group

pull/4359/head
Florian Dupret 4 years ago
parent 4f6cc120bb
commit 8106097ea3

@ -1,7 +1,7 @@
<mat-card class="issue-card" *ngIf="!deleted">
<mat-card-header>
<mat-card-title>{{issue.subject}}</mat-card-title>
<mat-card-subtitle>{{issue.userReported?.userName}} on {{issue.createdDate | amLocal | amUserLocale | amDateFormat: 'LL' }}</mat-card-subtitle>
<mat-card-subtitle>{{'Issues.UserOnDate' | translate: { user: issue.userReported?.userName, date: issue.createdDate | amLocal | amUserLocale | amDateFormat: 'LL' } }}</mat-card-subtitle>
</mat-card-header>
<mat-card-content>
<p>

Loading…
Cancel
Save