discourse/app/assets/javascripts/admin/templates/modal
Joffrey JAFFEUX d436b600fb
DEV: enforces ember-template-lint: no-triple-curlies (#9150)
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-10 16:46:57 +01:00
..
admin-add-upload.hbs
admin-badge-preview.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9150) 2020-03-10 16:46:57 +01:00
admin-color-scheme-select-base.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
admin-edit-badge-groupings.hbs
admin-incoming-email.hbs
admin-install-theme.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9150) 2020-03-10 16:46:57 +01:00
admin-reseed.hbs
admin-silence-user.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
admin-staff-action-log-details.hbs
admin-start-backup.hbs DEV: Clean up selectors on backup modal (#9114) 2020-03-05 12:25:10 -06:00
admin-suspend-user.hbs DEV: select-kit 2 (#7998) 2020-02-03 14:22:14 +01:00
admin-theme-change.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9150) 2020-03-10 16:46:57 +01:00
admin-theme-item.hbs DEV: enforces ember-template-lint: no-triple-curlies (#9150) 2020-03-10 16:46:57 +01:00
admin-uploaded-image-list.hbs DEV: enforces no-invalid-interactive linting rule (#8907) 2020-02-11 15:55:16 +01:00
admin-watched-word-test.hbs FEATURE: Add a test facility to the watched words admin interface 2019-08-02 15:29:12 +01:00
site-setting-default-categories.hbs REFACTOR: improve the code readability. (#8211) 2019-10-17 22:05:44 +05:30