discourse/plugins
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
..
discourse-details Update translations 2020-02-25 10:29:14 -05:00
discourse-internet-explorer FIX: Polyfill Promise for IE11 (#9057) 2020-02-27 12:13:07 +00:00
discourse-local-dates DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
discourse-narrative-bot Update translations 2020-03-05 12:45:42 -05:00
discourse-presence Merge imports from the same module (#9144) 2020-03-09 17:38:37 +01:00
lazy-yt DEV: Run prettier 2019-11-12 12:07:19 +01:00
poll DEV: Improve flaky time-sensitive specs (#9141) 2020-03-10 22:13:17 +01:00