diff --git a/arangod/RestHandler/RestEdgesHandler.cpp b/arangod/RestHandler/RestEdgesHandler.cpp
index abf043dcd6..0bb0286593 100644
--- a/arangod/RestHandler/RestEdgesHandler.cpp
+++ b/arangod/RestHandler/RestEdgesHandler.cpp
@@ -405,7 +405,6 @@ bool RestEdgesHandler::readEdgesForMultipleVertices() {
VPackBuilder resultDocument;
resultDocument.openObject();
-#warning Proper babies implementation required here
for (auto const& it : VPackArrayIterator(body)) {
if (it.isString()) {
std::string vertexString(it.copyString());
diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/routers/router.js b/js/apps/system/_admin/aardvark/APP/frontend/js/routers/router.js
index 015f69fea8..d5e1ad689f 100644
--- a/js/apps/system/_admin/aardvark/APP/frontend/js/routers/router.js
+++ b/js/apps/system/_admin/aardvark/APP/frontend/js/routers/router.js
@@ -142,7 +142,9 @@
collection: this.arangoCollectionsStore
});
- this.footerView = new window.FooterView();
+ this.footerView = new window.FooterView({
+ collection: self.coordinatorCollection
+ });
this.notificationList = new window.NotificationCollection();
this.currentDB.fetch({
diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/helpUsView.ejs b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/helpUsView.ejs
new file mode 100644
index 0000000000..09d1672ab5
--- /dev/null
+++ b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/helpUsView.ejs
@@ -0,0 +1,7 @@
+
+
+
+
diff --git a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/navigationView.ejs b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/navigationView.ejs
index dc31468cd8..e2ab2aea14 100644
--- a/js/apps/system/_admin/aardvark/APP/frontend/js/templates/navigationView.ejs
+++ b/js/apps/system/_admin/aardvark/APP/frontend/js/templates/navigationView.ejs
@@ -1,6 +1,7 @@