discourse/plugins/discourse-local-dates/assets/javascripts
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
..
discourse DEV: enforces ember-template-lint: no-triple-curlies (#9150) 2020-03-10 16:46:57 +01:00
initializers FIX: Memory Leaks when decorating posts (#7749) 2019-06-11 17:21:23 +02:00
lib/discourse-markdown FIX: handle german quotes in discourse local-dates (#8386) 2019-11-21 11:43:35 +01:00
discourse-local-dates.js.no-module.es6 FIX: improves recurring by ensuring DST is computed correctly (#8410) 2019-11-25 23:32:24 +01:00