fix: breadcrumbs indonesian labels
This commit is contained in:
@@ -78,7 +78,7 @@ class ViewVote extends ViewRecord
|
||||
TextEntry::make('abstain')->label('Abstain')->state($abstain)
|
||||
->color('gray'),
|
||||
TextEntry::make('result')->label('Hasil')->state($total > 0 ? $quorum : '-')
|
||||
->color($total > 0 && ($approve / max($total, 1)) > 0.5 ? 'success' : 'warning'),
|
||||
->color($total > 0 && ($approve / $total) > 0.5 ? 'success' : 'warning'),
|
||||
])->columns(5),
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user