mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
1 file, not 1 files
This commit is contained in:
@@ -5,7 +5,13 @@
|
|||||||
<span class="label label-info">{{runtime}} minutes</span>
|
<span class="label label-info">{{runtime}} minutes</span>
|
||||||
<span class="label label-info">{{path}}</span>
|
<span class="label label-info">{{path}}</span>
|
||||||
<span class="label label-info">{{Bytes sizeOnDisk}}</span>
|
<span class="label label-info">{{Bytes sizeOnDisk}}</span>
|
||||||
<span class="label label-info">{{fileCount}} files</span>
|
|
||||||
|
{{#if_eq fileCount compare="1"}}
|
||||||
|
<span class="label label-info"> 1 file</span>
|
||||||
|
{{else}}
|
||||||
|
<span class="label label-info"> {{fileCount}} files</span>
|
||||||
|
{{/if_eq}}
|
||||||
|
|
||||||
{{#if_eq status compare="continuing"}}
|
{{#if_eq status compare="continuing"}}
|
||||||
<span class="label label-info">Continuing</span>
|
<span class="label label-info">Continuing</span>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
Reference in New Issue
Block a user