discourse/app/assets/javascripts/discourse-common/helpers
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
..
bound-i18n.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
component-for-collection.js.es6 FIX: ensure s2 is working with wizard (#8886) 2020-02-07 10:00:39 +01:00
component-for-row.js.es6 FIX: ensure s2 is working with wizard (#8886) 2020-02-07 10:00:39 +01:00
d-icon.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
fa-icon.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
get-url.js.es6 FIX: Relative links in templates should work with subfolders 2018-11-07 11:35:04 +01:00
html-safe.js.es6 DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
i18n.js.es6 DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
popular-themes.js.es6 Update theme component URL 2019-06-04 10:04:27 -04:00