There was an error while loading. Please reload this page.
2 parents b03191f + 33f1e28 commit 26c2e4eCopy full SHA for 26c2e4e
1 file changed
views/summary.tpl.html
@@ -100,7 +100,7 @@
100
</div>
101
<div class="flex flex-col w-full p-4 pt-2 rounded-md text-foreground bg-card leading-none border-2 border-accent">
102
<span class="text-xs text-muted font-semibold">AI coding ratio</span>
103
- <span class="font-semibold text-xl truncate">{{ mulf64 (.Summary.CategoryRatio "ai coding" "ai coding" "coding") 100 }} %</span>
+ <span class="font-semibold text-xl truncate">{{ printf "%.0f" (mulf64 (.Summary.CategoryRatio "ai coding" "ai coding" "coding") 100) }} %</span>
104
105
106
0 commit comments