nodebb-theme-persona 14.2.23 → 14.2.25
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div component="groups/container" class="groups details">
|
|
2
2
|
|
|
3
|
-
<div component="groups/cover" style="background-image: url({group.cover:url}); background-position: {group.cover:position};">
|
|
3
|
+
<div component="groups/cover" style="background-image: url({group.cover:url}??{config.cache-buster}); background-position: {group.cover:position};">
|
|
4
4
|
{{{ if group.isOwner }}}
|
|
5
5
|
<div class="controls">
|
|
6
6
|
<span class="upload"><i class="fa fa-fw fa-4x fa-upload"></i></span>
|
|
@@ -16,25 +16,25 @@
|
|
|
16
16
|
<!-- IMPORT partials/breadcrumbs.tpl -->
|
|
17
17
|
</div>
|
|
18
18
|
|
|
19
|
-
<div class="d-flex flex-column flex-md-row justify-content-md-between pb-2 mb-4 mt-2 border-bottom">
|
|
20
|
-
<div class="d-flex flex-column">
|
|
21
|
-
<div class="d-flex align-items-center gap-2">
|
|
19
|
+
<div class="d-flex flex-column flex-md-row justify-content-md-between pb-2 mb-4 mt-2 border-bottom gap-3">
|
|
20
|
+
<div class="d-flex flex-column gap-2">
|
|
21
|
+
<div class="d-flex flex-column flex-md-row align-items-md-center gap-2">
|
|
22
22
|
<h3 class="mb-0 text-capitalize">{group.displayName}</h3>
|
|
23
|
-
</div>
|
|
24
|
-
<div class="d-flex gap-2">
|
|
25
|
-
{group.descriptionParsed}
|
|
26
23
|
<div>
|
|
27
24
|
{{{ if group.private }}}<span class="badge text-bg-light border border-1">[[groups:details.private]]</span>{{{ end }}}
|
|
28
25
|
{{{ if group.hidden }}}<span class="badge text-bg-light border border-1">[[groups:details.hidden]]</span>{{{ end }}}
|
|
29
26
|
</div>
|
|
30
27
|
</div>
|
|
28
|
+
<div>
|
|
29
|
+
{group.descriptionParsed}
|
|
30
|
+
</div>
|
|
31
31
|
</div>
|
|
32
32
|
<div class="d-flex gap-2 align-items-start">
|
|
33
33
|
{{{ if loggedIn }}}
|
|
34
34
|
{function.membershipBtn, group}
|
|
35
35
|
{{{ end }}}
|
|
36
36
|
{{{ if isAdmin }}}
|
|
37
|
-
<a href="{config.relative_path}/admin/manage/groups/{group.slug}" target="_blank" class="btn btn-light"><i class="fa fa-gear"></i> [[user:edit]]</a>
|
|
37
|
+
<a href="{config.relative_path}/admin/manage/groups/{group.slug}" target="_blank" class="btn btn-light text-nowrap"><i class="fa fa-gear"></i> [[user:edit]]</a>
|
|
38
38
|
{{{ end }}}
|
|
39
39
|
</div>
|
|
40
40
|
</div>
|