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

Commit

Permalink
Merge branch 'development' into 320-move-online-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
reyraa authored Jun 7, 2017
2 parents 7e01158 + 238df4a commit e71cd10
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 e71cd10

Please sign in to comment.