nodebb-theme-harmony 1.0.0-beta.37 → 1.0.0-beta.39
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
|
@@ -36,13 +36,17 @@
|
|
|
36
36
|
<div class="row col-md-5 col-sm-3 d-none d-md-flex align-self-start">
|
|
37
37
|
{{{ if !./link }}}
|
|
38
38
|
<div class="col-md-5 d-none d-lg-flex stats text-muted gap-2 px-0">
|
|
39
|
-
<div class="w-50
|
|
40
|
-
<
|
|
41
|
-
|
|
39
|
+
<div class="w-50">
|
|
40
|
+
<div class="card card-header align-items-center px-0 py-2 border-0 rounded-1">
|
|
41
|
+
<span class="{./unread-class} human-readable-number fs-5 fw-semibold ff-secondary" title="{./totalTopicCount}">{./totalTopicCount}</span>
|
|
42
|
+
<span class="text-lowercase text-xs">[[global:topics]]</span>
|
|
43
|
+
</div>
|
|
42
44
|
</div>
|
|
43
|
-
<div class="w-50
|
|
44
|
-
<
|
|
45
|
-
|
|
45
|
+
<div class="w-50">
|
|
46
|
+
<div class="card card-header align-items-center px-0 py-2 border-0 rounded-1">
|
|
47
|
+
<span class="{./unread-class} human-readable-number fs-5 fw-semibold ff-secondary" title="{./totalPostCount}">{./totalPostCount}</span>
|
|
48
|
+
<span class="text-lowercase text-xs">[[global:posts]]</span>
|
|
49
|
+
</div>
|
|
46
50
|
</div>
|
|
47
51
|
</div>
|
|
48
52
|
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
</div>
|
|
64
64
|
<div class="d-flex align-items-center gap-1 flex-grow-1 justify-content-end">
|
|
65
65
|
<span class="bookmarked opacity-0 text-primary"><i class="fa fa-bookmark-o"></i></span>
|
|
66
|
+
<a href="{config.relative_path}/post/{./pid}" class="post-index text-muted">#{increment(./index, "1")}</a>
|
|
66
67
|
</div>
|
|
67
68
|
</div>
|
|
68
69
|
|