nodebb-theme-harmony 1.0.16 → 1.0.17

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-harmony",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "nbbpm": {
5
5
  "compatibility": "^3.0.0"
6
6
  },
@@ -58,8 +58,8 @@
58
58
  </a>
59
59
  {{{ end }}}
60
60
 
61
- <hr class="w-100 my-2"/>
62
61
  {{{ if (loggedIn && (!isSelf && !banned)) }}}
62
+ <hr class="w-100 my-2"/>
63
63
  <a href="#" component="account/flag" class="btn-ghost-sm">
64
64
  <i class="flex-shrink-0 fa-solid fa-flag text-danger"></i>
65
65
  <div class="flex-grow-1 text-nowrap">[[user:flag-profile]]</div>
@@ -72,10 +72,10 @@
72
72
  <i class="flex-shrink-0 fa-solid fa-ban text-danger"></i>
73
73
  <div class="flex-grow-1 text-nowrap">[[user:unblock_user]]</div>
74
74
  </a>
75
- <hr class="w-100 my-2"/>
76
75
  {{{ end }}}
77
76
 
78
77
  {{{ if canEdit }}}
78
+ <hr class="w-100 my-2"/>
79
79
  <a href="{config.relative_path}/user/{userslug}/edit" class="btn-ghost-sm text-xs
80
80
  {{{ if template.account/edit }}}active{{{ end }}}">
81
81
  <div class="flex-grow-1">[[user:edit-profile]]</div>