nodebb-theme-persona 13.0.22 → 13.0.23
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
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
</div>
|
|
15
15
|
<ul component="category/list" class="dropdown-menu category-dropdown-menu" role="menu">
|
|
16
16
|
<li component="category/no-matches" role="presentation" class="category hidden">
|
|
17
|
-
<a role="menu-item">[[search:no-matches]]</a>
|
|
17
|
+
<a class="dropdown-item" role="menu-item">[[search:no-matches]]</a>
|
|
18
18
|
</li>
|
|
19
19
|
{{{each categoryItems}}}
|
|
20
20
|
<li role="presentation" class="category {{{ if ../disabledClass }}}disabled {{{ end }}}" data-cid="{../cid}" data-name="{../name}" data-parent-cid="{../parentCid}">
|
|
@@ -62,14 +62,9 @@
|
|
|
62
62
|
</span>
|
|
63
63
|
{{{ end }}}
|
|
64
64
|
|
|
65
|
-
<span class="hidden-xs"><span class="timeago text-muted" title="{
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
<span class="timeago" title="{topics.teaser.timestampISO}"></span>
|
|
69
|
-
<!-- ELSE -->
|
|
70
|
-
<span class="timeago" title="{topics.timestampISO}"></span>
|
|
71
|
-
<!-- ENDIF topics.teaser.timestamp -->
|
|
72
|
-
</span>
|
|
65
|
+
<span class="hidden-xs"><span class="timeago text-muted" title="{./timestampISO}"></span> • <a class="text-muted" href="{{{ if ./user.userslug }}}{config.relative_path}/user/{./user.userslug}{{{ else }}}#{{{ end }}}">{./user.displayname}</a></span>
|
|
66
|
+
|
|
67
|
+
<span class="visible-xs-inline timeago text-muted" title="{{{ if ./teaser.timestampISO }}}{./teaser.timestampISO}{{{ else }}}{./timestampISO}{{{ end }}}"></span>
|
|
73
68
|
</div>
|
|
74
69
|
</div>
|
|
75
70
|
|