nodebb-theme-harmony 2.1.28 → 2.1.29

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.28",
3
+ "version": "2.1.29",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -110,6 +110,10 @@
110
110
  <!-- IMPORT partials/topic/mark-unread.tpl -->
111
111
  <!-- IMPORT partials/topic/watch.tpl -->
112
112
  <!-- IMPORT partials/topic/sort.tpl -->
113
+ <button component="topic/crosspost" class="btn btn-ghost btn-sm ff-secondary d-flex gap-2 align-items-center text-truncate">
114
+ <i class="fa fa-fw fa-clone text-primary"></i>
115
+ <span class="d-none d-md-inline fw-semibold text-truncate text-nowrap">[[topic:thread-tools.crosspost]]</span>
116
+ </button>
113
117
  <!-- IMPORT partials/topic/tools.tpl -->
114
118
  </div>
115
119
  {{{ end }}}