nodebb-theme-persona 14.2.17 → 14.2.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -16,15 +16,15 @@
|
|
|
16
16
|
<!-- ENDIF banned -->
|
|
17
17
|
<!-- ENDIF isAdminOrGlobalModeratorOrModerator -->
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
<div class="
|
|
19
|
+
{{{ if selectedGroup.length }}}
|
|
20
|
+
<div class="d-flex gap-1 flex-wrap justify-content-center mb-3">
|
|
21
21
|
{{{each selectedGroup}}}
|
|
22
22
|
<!-- IF selectedGroup.slug -->
|
|
23
23
|
<!-- IMPORT partials/groups/badge.tpl -->
|
|
24
24
|
<!-- ENDIF selectedGroup.slug -->
|
|
25
25
|
{{{end}}}
|
|
26
26
|
</div>
|
|
27
|
-
|
|
27
|
+
{{{ end }}}
|
|
28
28
|
|
|
29
29
|
<!-- IF aboutme -->
|
|
30
30
|
<div component="aboutme" class="text-center aboutme text-secondary w-75 mx-auto text-center">{aboutmeParsed}</div>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
<div class="d-flex flex-column flex-md-row justify-content-md-between pb-2 mb-4 mt-2 border-bottom">
|
|
20
20
|
<div class="d-flex flex-column">
|
|
21
21
|
<div class="d-flex align-items-center gap-2">
|
|
22
|
-
<h3 class="mb-0">{group.displayName}</h3>
|
|
22
|
+
<h3 class="mb-0 text-capitalize">{group.displayName}</h3>
|
|
23
23
|
</div>
|
|
24
24
|
<div class="d-flex gap-2">
|
|
25
25
|
{group.descriptionParsed}
|