We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d45f2 commit 3d74b19Copy full SHA for 3d74b19
1 file changed
app.js
@@ -5726,7 +5726,11 @@ var $author$project$Views$details = function (model) {
5726
_List_fromArray(
5727
[
5728
$author$project$Views$tdLeft('Вкупно придонеси и данок'),
5729
- $author$project$Views$td(''),
+ $author$project$Views$td(
5730
+ A2(
5731
+ $myrho$elm_round$Round$round,
5732
+ 2,
5733
+ (!model._) ? 0 : ((model.ap / model._) * 100)) + '%'),
5734
$author$project$Views$td(
5735
$elm$core$String$fromInt(model.ap)),
5736
$author$project$Views$td('МКД')
0 commit comments