mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "DEV: enforces ember-template-lint: no-triple-curlies (#9150)"
This reverts commit d436b600fb.
Triple curlies are still necessary for some raw templates.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
{{#if showSecondary}}
|
||||
<div class='embedding-secondary'>
|
||||
<p>{{i18n "admin.embedding.sample"}}</p>
|
||||
<p>{{{i18n "admin.embedding.sample"}}}</p>
|
||||
{{highlighted-code code=embeddingCode lang="html"}}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user