1 file, not 1 files

This commit is contained in:
Mark McDowall 2015-01-23 18:49:26 -08:00
parent 50b843a422
commit 51dc6be2fa
1 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,13 @@
<span class="label label-info">{{runtime}} minutes</span>
<span class="label label-info">{{path}}</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"}}
<span class="label label-info">Continuing</span>
{{else}}