mirror of
https://github.com/rottenwheel/revuoxmrtheme.git
synced 2024-11-10 05:03:43 +01:00
Compare commits
2 Commits
d3fefcb904
...
5d80005479
Author | SHA1 | Date | |
---|---|---|---|
|
5d80005479 | ||
|
5ce6f6a296 |
@ -8,6 +8,6 @@
|
||||
{{ $goal := .Get "goal" }}
|
||||
{{ $raised := .Get "raised" }}
|
||||
{{ with $goal }}
|
||||
<p>Raised <b>{{ $raised }}</b> of <b>{{ $goal }}</b> XMR ({{ div ($raised) ($goal) | mul 100 | int }}%)</p>
|
||||
<p>Raised <b>{{ $raised }}</b> of <b>{{ $goal }}</b> XMR ({{ div (mul $raised 1.0) (mul $goal 1.0) | mul 100 | int }}%)</p>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user