nodebb-theme-persona 14.1.17 → 14.1.18

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-lock.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "14.1.17",
3
+ "version": "14.1.18",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "nodebb-theme-persona",
9
- "version": "14.1.17",
9
+ "version": "14.1.18",
10
10
  "license": "BSD-2-Clause",
11
11
  "dependencies": {
12
12
  "pulling": "^2.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-theme-persona",
3
- "version": "14.1.17",
3
+ "version": "14.1.18",
4
4
  "nbbpm": {
5
5
  "compatibility": "^4.0.0"
6
6
  },
@@ -24,6 +24,12 @@
24
24
  </a>
25
25
  </div>
26
26
  <div component="category/controls" class="d-flex gap-1">
27
+ {{{ if !isNumber(cid) }}}
28
+ <a href="{./url}" class="btn btn-sm d-flex gap-2 align-items-center" data-ajaxify="false">
29
+ <i class="fa fa-external-link text-primary"></i>
30
+ <span class="fw-semibold">View Original</span>
31
+ </a>
32
+ {{{ end }}}
27
33
  <!-- IMPORT partials/category/watch.tpl -->
28
34
  <!-- IMPORT partials/category/sort.tpl -->
29
35
  <!-- IMPORT partials/category/tools-dropdown-right.tpl -->