discourse/app/assets/javascripts/wizard
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
..
components FIX: Regression with wizard canvas elements 2020-02-12 12:31:15 -05:00
controllers DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
initializers DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
lib FIX: Regression with wizard canvas elements 2020-02-12 12:31:15 -05:00
mixins DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
models DEV: Move computed to discourseComputed (#8312) 2019-11-07 15:38:28 -06:00
routes REFACTOR: Replace `Ember.Route` with proper import 2019-10-23 12:39:32 -04:00
templates DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
test Revert "Revert Ember.run refactors" 2019-10-30 09:48:24 -04:00
router.js.es6 DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00
wizard.js.es6 DEV: Clean up Ember imports (#8979) 2020-03-06 23:49:28 +01:00