This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5fb5807098
discourse
/
app
/
assets
/
javascripts
/
admin
/
templates
/
components
/
admin-report-table-cell.hbs
Failed to ignore revisions in
.git-blame-ignore-revs
.
2 lines
28 B
Handlebars
Raw
Normal View
History
Unescape
Escape
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 04:23:10 -04:00
{{
html-safe
formatedValue
}}