mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 03:15:48 +08:00
38668818a5
forceEscape will be defaulted to true before next release.
13 lines
361 B
Handlebars
13 lines
361 B
Handlebars
<div class="choices">
|
|
{{#each computedContent.selection as |selection|}}
|
|
{{component selectedNameComponent
|
|
onClickSelectionItem=onClickSelectionItem
|
|
highlightedSelection=highlightedSelection
|
|
forceEscape=forceEscape
|
|
computedContent=selection}}
|
|
{{/each}}
|
|
<span class="filter choice" tabindex="-1">
|
|
{{yield}}
|
|
</span>
|
|
</div>
|