DEV: add `group-messages` css class to user private messages group page. (#22302)

It adds `group-messages` and `group-NAME` css classes to the PM topic list.
This commit is contained in:
Vinoth Kannan 2023-06-27 21:34:07 +05:30 committed by GitHub
parent f4e7a80600
commit ca016c1655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -46,4 +46,6 @@
/>
{{/in-element}}
{{outlet}}
<div class="group-messages group-{{this.group.name}}">
{{outlet}}
</div>