nodebb-theme-persona 13.2.45 → 13.2.47
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,11 +1,11 @@
|
|
|
1
1
|
<button type="button" class="btn btn-outline-secondary d-flex gap-2 dropdown-toggle" data-bs-toggle="dropdown">
|
|
2
2
|
{{{ if selectedTag }}}
|
|
3
3
|
<span class="d-inline-flex align-items-center gap-1">
|
|
4
|
-
<i class="fa fa-fw fa-tags
|
|
4
|
+
<i class="fa fa-fw fa-tags text-primary"></i>
|
|
5
5
|
<span class="visible-md-inline visible-lg-inline fw-semibold">{selectedTag.label}</span>
|
|
6
6
|
</span>
|
|
7
7
|
{{{ else }}}
|
|
8
|
-
<i class="fa fa-fw fa-tags
|
|
8
|
+
<i class="fa fa-fw fa-tags text-primary"></i>
|
|
9
9
|
<span class="visible-md-inline visible-lg-inline fw-semibold">[[tags:all-tags]]</span>
|
|
10
10
|
{{{ end }}}
|
|
11
11
|
</button>
|
|
@@ -94,11 +94,11 @@
|
|
|
94
94
|
<!-- IF config.loggedIn --><li class="dropdown-divider"></li><!-- ENDIF config.loggedIn -->
|
|
95
95
|
<li class="dropdown-header">[[topic:share-this-post]]</li>
|
|
96
96
|
<!-- ENDIF postSharing.length -->
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
97
|
+
<li class="d-flex gap-2 px-3">
|
|
98
|
+
{{{ each postSharing }}}
|
|
99
|
+
<a class="dropdown-item rounded-1 d-flex align-items-center px-1 py-2 w-auto" role="menuitem" component="share/{./id}" tabindex="-1" href="#" title="{./name}"><i class="fa-fw text-muted {./class}"></i></a>
|
|
100
|
+
{{{ end }}}
|
|
101
|
+
</li>
|
|
102
102
|
<!-- ENDIF !posts.deleted -->
|
|
103
103
|
|
|
104
104
|
{{{ if posts.display_flag_tools }}}
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
</a>
|
|
93
93
|
{{{ end }}}
|
|
94
94
|
|
|
95
|
-
<small class="
|
|
95
|
+
<small class="d-flex justify-content-end align-items-center gap-1" component="post/actions">
|
|
96
96
|
<!-- IMPORT partials/topic/reactions.tpl -->
|
|
97
97
|
<span class="post-tools">
|
|
98
98
|
<a component="post/reply" href="#" class="user-select-none <!-- IF !privileges.topics:reply -->hidden<!-- ENDIF !privileges.topics:reply -->">[[topic:reply]]</a>
|