nodebb-theme-persona 14.2.36 → 14.2.38
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,7 +16,6 @@
|
|
|
16
16
|
<!-- ENDIF picture -->
|
|
17
17
|
<span component="user/status" class="position-absolute border border-white border-2 rounded-circle status {status}"><span class="visually-hidden">[[global:{status}]]</span></span>
|
|
18
18
|
|
|
19
|
-
<!-- IF loggedIn -->
|
|
20
19
|
<!-- IF !isSelf -->
|
|
21
20
|
<button class="btn-morph persona-fab <!-- IF isFollowing -->heart<!-- ELSE -->plus<!-- ENDIF isFollowing -->" title="<!-- IF isFollowing -->[[global:unfollow]]<!-- ELSE -->[[global:follow]]<!-- ENDIF isFollowing -->">
|
|
22
21
|
<span>
|
|
@@ -26,7 +25,6 @@
|
|
|
26
25
|
</span>
|
|
27
26
|
</button>
|
|
28
27
|
<!-- ENDIF !isSelf -->
|
|
29
|
-
<!-- ENDIF loggedIn -->
|
|
30
28
|
</div>
|
|
31
29
|
|
|
32
30
|
<div class="container">
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<!-- IF ../isSection -->
|
|
2
|
-
{../name}
|
|
3
|
-
<!-- ELSE -->
|
|
4
|
-
<!-- IF ../link -->
|
|
5
|
-
<a href="{../link}" itemprop="url">
|
|
6
|
-
<!-- ELSE -->
|
|
7
|
-
<a href="{config.relative_path}/category/{../slug}" itemprop="url">
|
|
8
|
-
<!-- ENDIF ../link -->
|
|
9
|
-
{../name}
|
|
10
|
-
</a>
|
|
1
|
+
<!-- IF ../isSection -->
|
|
2
|
+
{../name}
|
|
3
|
+
<!-- ELSE -->
|
|
4
|
+
<!-- IF ../link -->
|
|
5
|
+
<a href="{../link}" itemprop="url">
|
|
6
|
+
<!-- ELSE -->
|
|
7
|
+
<a href="{config.relative_path}/category/{../slug}" itemprop="url">
|
|
8
|
+
<!-- ENDIF ../link -->
|
|
9
|
+
{../name}
|
|
10
|
+
</a>
|
|
11
11
|
<!-- ENDIF ../isSection -->
|
|
@@ -11,5 +11,7 @@
|
|
|
11
11
|
<a class="btn btn-ghost btn-sm ff-secondary" href="{config.relative_path}/users?section=flagged">[[users:most-flags]]</a>
|
|
12
12
|
|
|
13
13
|
<a class="btn btn-ghost btn-sm ff-secondary" href="{config.relative_path}/users?section=banned">[[user:banned]]</a>
|
|
14
|
+
|
|
15
|
+
<a class="btn btn-ghost btn-sm ff-secondary" href="{config.relative_path}/users?section=muted">[[user:muted]]</a>
|
|
14
16
|
{{{ end }}}
|
|
15
17
|
</div>
|