From 36dea63a6a76538a37b0ba51b47a1a6b0096c055 Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Tue, 6 Jun 2017 16:55:39 +0200 Subject: [PATCH] Add % symbol for uptime/approval on the voting page - Closes #322 --- src/components/delegates/delegates.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/delegates/delegates.pug b/src/components/delegates/delegates.pug index 431b3f137..3a0ded3cf 100644 --- a/src/components/delegates/delegates.pug +++ b/src/components/delegates/delegates.pug @@ -67,8 +67,8 @@ div.offline-hide td(md-cell, ng-bind='delegate.rank') td(md-cell, ng-bind='delegate.username') td(md-cell, ng-bind='delegate.address') - td(md-cell, ng-bind='delegate.productivity') - td(md-cell, ng-bind='delegate.approval') + td(md-cell, ng-bind='delegate.productivity + "%"') + td(md-cell, ng-bind='delegate.approval + "%"') md-button.more(ng-show='$ctrl.delegatesDisplayedCount < $ctrl.filteredDelegates.length', ng-click='$ctrl.showMore()') Show More .loading md-progress-linear(md-mode='indeterminate', ng-show='$ctrl.loading')