discourse/app/assets/javascripts/admin/helpers/human-size.js.es6

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
119 B
Plaintext
Raw Normal View History

import { htmlHelper } from "discourse-common/lib/helpers";
export default htmlHelper(size => I18n.toHumanSize(size));