diff --git a/public/js/config.js b/public/js/config.js index 2d074393..65028fd9 100755 --- a/public/js/config.js +++ b/public/js/config.js @@ -26,7 +26,7 @@ angular.module('insight').config(['$routeProvider', templateUrl: 'views/status.html' }). otherwise({ - redirectTo: '/' + templateUrl: 'views/404.html' }); } ]); diff --git a/public/views/404.html b/public/views/404.html new file mode 100644 index 00000000..f056178e --- /dev/null +++ b/public/views/404.html @@ -0,0 +1,5 @@ +
+

Ooops!

+

Page not found :(

+

Go to home

+
diff --git a/public/views/address.html b/public/views/address.html index 539dca16..1e21aec7 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -15,15 +15,15 @@ Total Received - {{address.totalReceivedSat / 100000000}} BTC + {{address.totalReceived}} BTC Total Sent - {{address.totalSentSat / 100000000}} BTC + {{address.totalSent}} BTC Final Balance - {{address.balanceSat / 100000000}} BTC + {{address.balance}} BTC No. Transactions @@ -38,7 +38,7 @@ -
+

Transactions Transactions contained within this block