Skip to content

Commit

Permalink
feat: Use helpers.formatNumber syntax instead of _formatNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelastic committed Sep 15, 2015
1 parent ab47b13 commit 6207514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/stats/template.html
@@ -1,6 +1,6 @@
<div>
{{#hasNoResults}}No results{{/hasNoResults}}
{{#hasOneResult}}1 result{{/hasOneResult}}
{{#hasManyResults}}{{#_formatNumber}}{{nbHits}}{{/_formatNumber}} results{{/hasManyResults}}
{{#hasManyResults}}{{#helpers.formatNumber}}{{nbHits}}{{/helpers.formatNumber}} results{{/hasManyResults}}
<small>found in {{processingTimeMS}}ms</small>
</div>

0 comments on commit 6207514

Please sign in to comment.