mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Group requests page missing wrapper
This commit is contained in:
parent
14eb8eea01
commit
4b74525446
@ -1,3 +1,5 @@
|
|||||||
|
<section class="user-content">
|
||||||
|
|
||||||
<div class="group-members-actions">
|
<div class="group-members-actions">
|
||||||
{{text-field value=filterInput
|
{{text-field value=filterInput
|
||||||
placeholderKey=filterPlaceholder
|
placeholderKey=filterPlaceholder
|
||||||
@ -49,3 +51,5 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
<div>{{i18n "groups.empty.requests"}}</div>
|
<div>{{i18n "groups.empty.requests"}}</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user