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