diff --git a/admin/js/main.js b/admin/js/main.js
index fb2a5c7..f70f4b3 100644
--- a/admin/js/main.js
+++ b/admin/js/main.js
@@ -45,8 +45,13 @@ angular.module('ffffngAdmin').config(function(NgAdminConfigurationProvider, Rest
'' +
'' +
'
' +
+ '' +
+ ' Report Error' +
+ '' +
+ '
' +
+ '' +
'' +
- ' Source Code' +
+ ' Source Code' +
'' +
'
' +
'' +
diff --git a/admin/js/views/version.js b/admin/js/views/version.js
index 66a5ced..0fa2110 100644
--- a/admin/js/views/version.js
+++ b/admin/js/views/version.js
@@ -4,7 +4,7 @@ angular.module('ffffngAdmin')
.directive('faVersion', function ($http, $state, notification) {
var link = function (scope) {
scope.version = '?';
- $http.get('/internal/api/version')
+ $http.get('/api/version')
.then(function (result) { scope.version = result.data.version; })
.catch(function (e) {
notification.log('Error: ' + e.data, { addnCls: 'humane-flatty-error' });
diff --git a/app/index.html b/app/index.html
index f425b8f..c8b248f 100644
--- a/app/index.html
+++ b/app/index.html
@@ -20,7 +20,10 @@
-
+