mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05:00
4 lines
116 B
Text
4 lines
116 B
Text
|
Em.Handlebars.helper('human-size', function(size) {
|
||
|
return new Handlebars.SafeString(I18n.toHumanSize(size));
|
||
|
});
|