diff --git a/src/views/Governance.vue b/src/views/Governance.vue index 1a5909a5..ee230fdc 100644 --- a/src/views/Governance.vue +++ b/src/views/Governance.vue @@ -7,171 +7,7 @@ lg="6" md="12" > - - - #{{ p.id }}. - - Deposit - - - Voting - - - Passed - - - Rejected - - - {{ p.title }} - - -
-
-

- Type -

-
- {{ formatType(p.contents['@type']) }} -
-
-
-

- Start Date -

-
- {{ formatDate(p.voting_start_time) }} -
-
-
-

- End Date -

-
- {{ formatDate(p.voting_end_time) }} -
-
-
-

- Deposit -

-
- {{ formatToken(p.total_deposit) || '-' }} -
-
-
- - - - - - - - - {{ percent(p.tally.yes) }}% voted Yes - - - {{ percent(p.tally.no) }}% voted No - - - {{ percent(p.tally.veto) }}% voted No With Veto - - - {{ percent(p.tally.abstain) }}% voted Abstain - - - - - {{ $t('btn_detail') }} - - - - {{ $t('btn_deposit') }} - - - {{ $t('btn_vote') }} - - -
+ @@ -196,16 +32,14 @@ + +