mirror of
https://github.com/alexta69/metube.git
synced 2026-03-19 06:53:51 +00:00
Fix unclosed th tag in fileSize column
This commit is contained in:
@@ -180,6 +180,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<span *ngIf="download.value.size">{{ download.value.size | fileSize }}</span>
|
||||
</td>
|
||||
<td>
|
||||
<button *ngIf="download.value.status == 'error'" type="button" class="btn btn-link" (click)="retryDownload(download.key, download.value)"><fa-icon [icon]="faRedoAlt"></fa-icon></button>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user