mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-18 23:53:42 +02:00
fixed donators level issue
This commit is contained in:
parent
6c99e73f6e
commit
cc4e8a262c
@ -22,7 +22,7 @@ Originally started by Risto Pietila, and maintained for many months by cAPSLOCK,
|
||||
# 8th Dan Monero Potentates with Five Crates of Diamonds<br><small>Donators of 5 000 XMR and above</small><br><i class="fa fa-diamond"></i> <i class="fa fa-diamond"></i> <i class="fa fa-diamond"></i> <i class="fa fa-diamond"></i> <i class="fa fa-diamond"></i>
|
||||
|
||||
{% for donator in site.data.donators %}
|
||||
{% if donator.level == 8 %}
|
||||
{% if donator.level >= 8 %}
|
||||
|
||||
### {{ donator.name }}, with a donation of {{ donator.amount }} XMR [<a data-toggle="tooltip" data-placement="top" data-html="true" data-original-title="{% for achievement in donator.history %}{{ achievement }}<br>{% endfor %}">history</a>]
|
||||
|
||||
|
@ -43,7 +43,7 @@ All donators to Monero development are also eligible to be listed in the [Commun
|
||||
---
|
||||
|
||||
{% for donator in site.data.donators %}
|
||||
{% if donator.level == 8 %}
|
||||
{% if donator.level >= 8 %}
|
||||
|
||||
### {{ donator.name }}, with a donation of {{ donator.amount }} XMR [<a data-toggle="tooltip" data-placement="top" data-html="true" data-original-title="{% for achievement in donator.history %}{{ achievement }}<br>{% endfor %}">history</a>]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user