Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Show total number of votes - Closes #874 #877

Merged
merged 3 commits into from
Jan 9, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/address/address.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h1>

<div class="row horizontal-padding-xs horizontal-padding-s horizontal-padding-m horizontal-padding-l" data-ng-if="vm.isDelegate">
<div class="col-md-6 col-lg-7">
<h3>Voters <small>{{vm.address.voters.length}}</small></h3>
<h3>Voters <small>{{vm.address.votersMeta.count}}</small></h3>
<div class="delegate-vote" data-ng-if="vm.address.voters">
<div class="row horizontal-padding-xs horizontal-padding-s horizontal-padding-m horizontal-padding-l">
<div class="col-md-12 voters">
Expand Down