From 4ae787dfe6931950a9c8c8bf73ba443655e2e35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Wed, 28 Jun 2017 16:28:17 -0300 Subject: [PATCH] remove unused file and adding tabs to coibase.html --- src/js/routes.js | 4 ---- www/views/allAddresses.html | 2 +- www/views/coinbase.html | 2 +- www/views/copayers.html | 9 ++++--- www/views/paymentUri.html | 48 ------------------------------------- 5 files changed, 6 insertions(+), 59 deletions(-) delete mode 100644 www/views/paymentUri.html diff --git a/src/js/routes.js b/src/js/routes.js index 8044e3699..9e3556020 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -132,10 +132,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr }) } }) - .state('uripayment', { - url: '/uri-payment/:url', - templateUrl: 'views/paymentUri.html' - }) /* * diff --git a/www/views/allAddresses.html b/www/views/allAddresses.html index 4e1768eab..d54c0710d 100644 --- a/www/views/allAddresses.html +++ b/www/views/allAddresses.html @@ -1,4 +1,4 @@ - + {{'All Addresses' | translate}} diff --git a/www/views/coinbase.html b/www/views/coinbase.html index 0417adde7..0a96ac0bd 100644 --- a/www/views/coinbase.html +++ b/www/views/coinbase.html @@ -1,4 +1,4 @@ - + diff --git a/www/views/copayers.html b/www/views/copayers.html index c575d0e0b..d09be3575 100644 --- a/www/views/copayers.html +++ b/www/views/copayers.html @@ -1,14 +1,13 @@ - - + {{wallet.name}} @@ -34,7 +33,7 @@ diff --git a/www/views/paymentUri.html b/www/views/paymentUri.html deleted file mode 100644 index 2e3d9ade8..000000000 --- a/www/views/paymentUri.html +++ /dev/null @@ -1,48 +0,0 @@ -
-
- -
-
-
-

Bitcoin URI is NOT valid!

-
-
-

Make a payment to

-
-
Address: {{payment.uri.address.toString()}}
-
Amount: {{payment.uri.amount}}
-
Message: {{payment.uri.message}}
-
Network: {{payment.uri.network}}
-
-
-
- - There are no wallets to make this payment - [testnet] - -
-
- - -
-
-