Update donation.de.slim

This commit is contained in:
Markus Graf
2017-10-31 15:01:13 +01:00
committed by GitHub
parent 3c6a23036c
commit 8c772b1e43
+3 -3
View File
@@ -16,7 +16,7 @@ javascript:
}); });
h2 Spendenbarometer h2 Spendenbarometer
b Aktueller Stand: 62'000 CHF b Aktueller Stand: 68'000 CHF
.row .row
.col-xs-12 .col-xs-12
.progress-target style="width: 20%" .progress-target style="width: 20%"
@@ -35,7 +35,7 @@ b Aktueller Stand: 62'000 CHF
| 500'000 CHF | 500'000 CHF
.progress .progress
.progress-bar.progress-bar-success role="progressbar" aria-valuenow="62000" aria-valuemin="0" aria-valuemax="500000" style="width: 12.4%" .progress-bar.progress-bar-success role="progressbar" aria-valuenow="68000" aria-valuemin="0" aria-valuemax="500000" style="width: 13.6%"
p Detailliertere Informationen, wie dieses Geld eingesetzt wird, findest du unter <a href="#{collection_concept_path}">«Wie macht man eine Volksinitiative?»</a> p Detailliertere Informationen, wie dieses Geld eingesetzt wird, findest du unter <a href="#{collection_concept_path}">«Wie macht man eine Volksinitiative?»</a>
@@ -131,4 +131,4 @@ javascript:
amount: Math.round(amount) amount: Math.round(amount)
}) })
} }
}); });