mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 13:23:38 +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}}
|
||||
<p>{{i18n "choose_topic.none_found"}}</p>
|
||||
{{else}}
|
||||
<div class="choose-topic-list">
|
||||
{{#each topics as |t|}}
|
||||
<div class="controls existing-topic">
|
||||
<label class="radio">
|
||||
|
@ -41,5 +42,6 @@
|
|||
</label>
|
||||
</div>
|
||||
{{/each}}
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user