From a78c5428f797f94694ab2e0dbdbebcc714893d2f Mon Sep 17 00:00:00 2001 From: Tom Ladendorf Date: Wed, 7 Oct 2015 18:07:01 -0500 Subject: [PATCH] added active challenges to copilot --- app/profile/subtrack/copilot/copilot.jade | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/profile/subtrack/copilot/copilot.jade b/app/profile/subtrack/copilot/copilot.jade index 18110b6a0..3d023aaf6 100644 --- a/app/profile/subtrack/copilot/copilot.jade +++ b/app/profile/subtrack/copilot/copilot.jade @@ -2,17 +2,21 @@ .top ul.horizontal-stats li.stat - .value {{vm.typeStats.activeProjects}} + .value {{vm.typeStats.activeContests | empty}} + .name ACTIVE CHALLENGES + + li.stat + .value {{vm.typeStats.activeProjects | empty}} .name ACTIVE PROJECTS li.stat - .value {{vm.typeStats.contests}} + .value {{vm.typeStats.contests | empty}} .name TOTAL CHALLENGES li.stat - .value {{vm.typeStats.projects}} + .value {{vm.typeStats.projects | empty}} .name TOTAL PROJECTS li.stat - .value {{vm.typeStats.fulfillment + '%'}} + .value {{vm.typeStats.fulfillment + '%' | empty}} .name FULFILLMENT pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy