mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 02:18:33 +08:00
4 lines
116 B
Plaintext
4 lines
116 B
Plaintext
|
Em.Handlebars.helper('human-size', function(size) {
|
||
|
return new Handlebars.SafeString(I18n.toHumanSize(size));
|
||
|
});
|