nodebb-theme-persona 13.2.14 → 13.2.15
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
{{{ if messages.parent }}}
|
|
4
4
|
<div class="d-flex ms-4 mb-2 align-items-center">
|
|
5
|
-
<div component="chat/message/parent" class="btn btn-sm btn-light align-items-start d-flex flex-row gap-2 text-start">
|
|
5
|
+
<div component="chat/message/parent" data-parent-mid="{messages.parent.mid}" data-uid="{messages.parent.fromuid}" class="btn btn-sm btn-light align-items-start d-flex flex-row gap-2 text-start">
|
|
6
6
|
<div class="d-flex gap-2 text-sm">
|
|
7
7
|
<div><i class="fa fa-sm fa-reply opacity-50"></i></div>
|
|
8
8
|
<a href="{config.relative_path}/user/{messages.parent.user.userslug}" class="text-decoration-none lh-sm">{buildAvatar(messages.parent.user, "14px", true, "not-responsive")}</a>
|