|
@@ -1611,7 +1611,7 @@
|
|
|
|
|
|
|
|
["Cookie" ["Percent" n]]
|
|
["Cookie" ["Percent" n]]
|
|
|
[:span {:class "cookie-percent"}
|
|
[:span {:class "cookie-percent"}
|
|
|
- (util/format "[d%%]" n)]
|
|
|
|
|
|
|
+ (util/format "[%d%%]" n)]
|
|
|
["Cookie" ["Absolute" current total]]
|
|
["Cookie" ["Absolute" current total]]
|
|
|
[:span {:class "cookie-absolute"}
|
|
[:span {:class "cookie-absolute"}
|
|
|
(util/format "[%d/%d]" current total)]
|
|
(util/format "[%d/%d]" current total)]
|