discourse/app/assets/javascripts/discourse-common
Joffrey JAFFEUX 683cb28099
DEV: enforces ember-template-lint: no-triple-curlies (#9165)
This pr replaces `{{{ }}}` usage by a {{html-safe}} helper. While it doesn't solve the underlying issue, it gives us a path forward without risking breaking too much existing behavior.

Also introduces an htmlSafe computed macro:

```
import { htmlSafe } from "discourse/lib/computed";

htmlDescription: htmlSafe("description")
```

Overtime {{html-safe}} usage should be removed and moved to components properties or specialized components/helpers.
2020-03-11 09:23:10 +01:00
..
config DEV: Import ember ENV instead of Ember.testing (#8305) 2019-11-07 11:20:35 -06:00
helpers DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
lib DEV: Do not trigger missing icon warning in icon picker 2020-02-05 11:39:46 -05:00
mixins DEV: Ember linting - disallow Ember.* variable usage (#8782) 2020-02-05 10:14:42 -06:00
utils DEV: adds afterRender decorator (#8864) 2020-02-10 08:13:13 +01:00
resolver.js.es6 REFACTOR: Remove `Discourse.Route` in lieu of importing 2019-11-08 15:18:13 -05:00