Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Add % symbol for uptime/approval on the voting page - Closes #322
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Jun 6, 2017
1 parent 4b62fb7 commit 36dea63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/delegates/delegates.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 36dea63

Please sign in to comment.