discourse/app/assets/javascripts/wizard/templates/components
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
..
invite-list-user.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
invite-list.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
popular-themes.hbs DEV: enforce ember-template-lint: no-unnecessary-concat (#9133) 2020-03-07 12:58:48 +01:00
radio-button.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
staff-count.hbs Show staff count on invites page, don't warn if you have 3 2016-09-22 09:52:19 -04:00
theme-preview.hbs DEV: enforces style-concatenation linting rule (#8888) 2020-02-10 08:13:50 +01:00
theme-previews.hbs DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808) 2019-01-10 11:06:01 +01:00
wizard-field-checkbox.hbs FIX: correctly retrieve 'login required' setting value on wizard (#7355) 2019-04-11 20:25:08 +05:30
wizard-field-dropdown.hbs DEV: Upgrade Ember to version 3.12.2 (#8753) 2020-02-05 14:51:00 +01:00
wizard-field-image.hbs DEV: enforces no self-closing-void-elements (#8879) 2020-02-06 17:26:06 +01:00
wizard-field-radio.hbs FEATURE: better wizard privacy controls (#7391) 2019-04-22 19:47:29 +05:30
wizard-field-text.hbs DEV: Upgrade Ember to version 3.12.2 (#8753) 2020-02-05 14:51:00 +01:00
wizard-field-textarea.hbs DEV: Upgrade Ember to version 3.12.2 (#8753) 2020-02-05 14:51:00 +01:00
wizard-field.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00
wizard-image-preview.hbs Wizard: Support for custom image previews for uploads 2016-09-22 09:52:19 -04:00
wizard-step.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9165) 2020-03-11 09:23:10 +01:00