discourse/plugins/discourse-local-dates
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
..
assets DEV: enforces ember-template-lint: no-triple-curlies (#9150) 2020-03-10 16:46:57 +01:00
config Update translations 2020-03-05 12:45:42 -05:00
lib/discourse_local_dates DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
spec FIX: Do not extract dates from quotes and Oneboxes (#8754) 2020-01-21 17:42:41 +02:00
test/javascripts/acceptance FIX: always prepend watching user timezone to previews (#6695) 2018-11-29 12:02:27 +01:00
plugin.rb FIX: Do not extract dates from quotes and Oneboxes (#8754) 2020-01-21 17:42:41 +02:00