mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 02:53:39 +08:00
DEV: Add div around choose-topic results (#15379)
This commit is contained in:
parent
3ca1b17589
commit
852dc85504
|
@ -17,6 +17,7 @@
|
||||||
{{#if noResults}}
|
{{#if noResults}}
|
||||||
<p>{{i18n "choose_topic.none_found"}}</p>
|
<p>{{i18n "choose_topic.none_found"}}</p>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
<div class="choose-topic-list">
|
||||||
{{#each topics as |t|}}
|
{{#each topics as |t|}}
|
||||||
<div class="controls existing-topic">
|
<div class="controls existing-topic">
|
||||||
<label class="radio">
|
<label class="radio">
|
||||||
|
@ -41,5 +42,6 @@
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user