This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-12-03 04:23:44 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
71241a50f7
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 16:23:10 +08:00
{{
html-safe
formatedValue
}}
Reference in New Issue
Copy Permalink