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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "13.0.22",
3
+ "version": "13.0.23",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -24,6 +24,4 @@
24
24
  </div>
25
25
  </div>
26
26
 
27
- <button id="save" class="floating-button mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect mdl-button--colored">
28
- <i class="material-icons">save</i>
29
- </button>
27
+ <!-- IMPORT admin/partials/save_button.tpl -->
@@ -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="{topics.timestampISO}"></span> &bull; <a class="text-muted" href="<!-- IF topics.user.userslug -->{config.relative_path}/user/{topics.user.userslug}<!-- ELSE -->#<!-- ENDIF topics.user.userslug -->">{topics.user.displayname}</a></span>
66
- <span class="visible-xs-inline">
67
- <!-- IF topics.teaser.timestamp -->
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> &bull; <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