Skip to content

Commit c797bf3

Browse files
committed
Format dashboard total downloads count
Use the format-num helper to properly comma-seperate the "Total Downloads" count on the Dashboard page. Fixes #855
1 parent 9823f16 commit c797bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/dashboard.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="stats">
77
<div class='downloads'>
88
<img class="download" src="/assets/download.svg" />
9-
<span class='num'>{{visibleStats.total_downloads}}</span>
9+
<span class='num'>{{format-num visibleStats.total_downloads}}</span>
1010
<span class='desc small'>Total Downloads</span>
1111
</div>
1212
</div>

0 commit comments

Comments
 (0)