update sites, update style, added percentage complete.
This commit is contained in:
@ -7,6 +7,11 @@ block content
|
||||
a(href="/visits") #{visits.length}
|
||||
| /
|
||||
a(href="/sites") #{totalSites}
|
||||
|
||||
- var num = (visits.length/totalSites) * 100
|
||||
- var percent = num.toFixed(2);
|
||||
h2= percent + "% Complete"
|
||||
|
||||
|
||||
- var sitesVisited = [];
|
||||
|
||||
|
Reference in New Issue
Block a user