DEV: Add div around choose-topic results (#15379)

This commit is contained in:
Mark VanLandingham 2021-12-21 08:54:40 -06:00 committed by GitHub
parent 3ca1b17589
commit 852dc85504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}