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">
|
||||
{{text-field value=filterInput
|
||||
placeholderKey=filterPlaceholder
|
||||
|
@ -49,3 +51,5 @@
|
|||
{{else}}
|
||||
<div>{{i18n "groups.empty.requests"}}</div>
|
||||
{{/if}}
|
||||
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue