backend-plus 2.5.2-betha.38 → 2.5.2-betha.39

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.
@@ -59,7 +59,7 @@ html(lang=lang)
59
59
  td#resultDiff
60
60
  tr
61
61
  td
62
- td
62
+ td.actions
63
63
  a(href="./menu")=msgs.chpass.cancel
64
64
  input(type="submit", value=msgs.chpass.button)
65
65
  each errorLine in (flash.error||[])
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "backend-plus",
3
3
  "description": "Backend for the anti Pareto rule",
4
- "version": "2.5.2-betha.38",
4
+ "version": "2.5.2-betha.39",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",