mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-26 09:08:32 -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));
|
||
|
});
|