1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Remove file count, unecessary after the file info tab was added

Fixes #215.
This commit is contained in:
Leonardo Galli 2017-01-14 11:41:39 +01:00
parent bd0ec5dfce
commit 8c3260c545

View File

@ -15,12 +15,6 @@
<span class="label label-info">{{Bytes sizeOnDisk}}</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="released"}}
<span class="label label-info">{{inCinemas}}</span>
{{else}}