From 1320f14c1632c91460abc57d0a1108b74ce54b69 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Mon, 17 Aug 2020 14:51:55 +0200 Subject: [PATCH] Better place for changelog link --- web/templates/admin/list_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/admin/list_user.html b/web/templates/admin/list_user.html index f5da64ee..4685d183 100644 --- a/web/templates/admin/list_user.html +++ b/web/templates/admin/list_user.html @@ -65,7 +65,7 @@

".__("What's new:")."


Changelog:
".$changelog."
".__("This only admin see after myVesta upgrade, and will dissapear on next refresh.")."
".__("Check out our")." ".__("new site, forum and knowledge base").".


"; + echo "

".__("What's new:")."


".$changelog."
".__("This only admin see after myVesta upgrade, and will dissapear on next refresh.")." ".__("If you missed an update, see our previous")." ".__("change logs").".
".__("Check out our")." ".__("new site, forum and knowledge base").".


"; foreach ($data as $key => $value) { ++$i;