From b7fffbcf73052118f75f80e40bc1e78f38cac578 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Sat, 9 Jan 2016 22:14:34 -0500 Subject: [PATCH] Update helper reference in analysis .hbs. --- src/cli/analyze.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/analyze.hbs b/src/cli/analyze.hbs index aa64a51..124aa5c 100644 --- a/src/cli/analyze.hbs +++ b/src/cli/analyze.hbs @@ -19,8 +19,8 @@ Total Days: {{v coverage.duration.total "-" 5 "bold" }} Employed: {{v coverage.duration.work "-" 5 "bold" }} - Gaps: {{v coverage.gaps.length "-" 5 "bold" }} [{{#if coverage.gaps.length }}{{#each coverage.gaps }}{{#unless @first}} {{/unless}}{{heat duration }}{{/each}}{{/if}}] - Overlaps: {{v coverage.overlaps.length "-" 5 "bold" }} [{{#if coverage.overlaps.length }}{{#each coverage.overlaps }}{{#unless @first}} {{/unless}}{{heat duration }}{{/each}}{{/if}}] + Gaps: {{v coverage.gaps.length "-" 5 "bold" }} [{{#if coverage.gaps.length }}{{#each coverage.gaps }}{{#unless @first}} {{/unless}}{{gapLength duration }}{{/each}}{{/if}}] + Overlaps: {{v coverage.overlaps.length "-" 5 "bold" }} [{{#if coverage.overlaps.length }}{{#each coverage.overlaps }}{{#unless @first}} {{/unless}}{{gapLength duration }}{{/each}}{{/if}}] {{style "KEYWORDS (" "bold"}}{{style keywords.length "white" }}{{style ")" "bold"}}