nodebb-theme-harmony 2.1.7 → 2.1.8

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": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -65,10 +65,10 @@
65
65
  <a component="topic/delete/posts" href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2" role="menuitem"><i class="fa fa-fw fa-trash-o text-secondary"></i> [[topic:thread-tools.delete-posts]]</a>
66
66
  </li>
67
67
  {{{ end }}}
68
-
68
+ {{{ end }}}
69
+ <!-- plugins only add to thread_tools if user has permission to perform action -->
69
70
  {{{ each thread_tools }}}
70
71
  <li>
71
72
  <a href="#" class="dropdown-item rounded-1 d-flex align-items-center gap-2 {./class}" role="menuitem"><i class="fa fa-fw text-secondary {./icon}"></i> {./title}</a>
72
73
  </li>
73
74
  {{{ end }}}
74
- {{{ end }}}