From ad094bb03d65866861033dc88d79b5a266ed366a Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 12 Dec 2014 15:13:37 -0300 Subject: [PATCH] fix layout bugs --- js/controllers/copayers.js | 2 +- views/copayers.html | 28 ++++++++++++---------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/js/controllers/copayers.js b/js/controllers/copayers.js index 5fdf0434e..a988ad048 100644 --- a/js/controllers/copayers.js +++ b/js/controllers/copayers.js @@ -4,7 +4,7 @@ angular.module('copayApp.controllers').controller('CopayersController', function($scope, $rootScope, $timeout, go) { $scope.init = function() { var w = $rootScope.wallet; - $rootScope.title = 'Waiting copayers for ' + $rootScope.wallet.getName(); + $rootScope.title = 'Share this secret with your copayers'; $scope.loading = false; $scope.secret = $rootScope.wallet.getSecret(); diff --git a/views/copayers.html b/views/copayers.html index efea1ce53..b59d121c3 100644 --- a/views/copayers.html +++ b/views/copayers.html @@ -1,34 +1,30 @@
-
-
-

- Waiting copayers... -

+
+
+

{{$root.title}}

-

- Share this secret with your other copayers -
- Personal Wallet - - Multisignature wallet [{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} ] - - in TESTNET -
-

-
+
{{secret}}
+
+

{{$root.wallet.getName()}}

+ + [{{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} ] + + in TESTNET +
+

Waiting for copayers