Merge branch 'develop'

This commit is contained in:
jr-k 2024-07-19 00:17:33 +02:00
commit 7c18b84ff4
3 changed files with 5 additions and 5 deletions

2
.github/FUNDING.yml vendored
View File

@ -1,2 +1,2 @@
liberapay: jierka
github: jr-k
custom: https://paypal.me/jierka

View File

@ -26,9 +26,9 @@
{% if variable.value %}
{% if variable.type.value == 'bool' %}
{% if variable.display() %}
<i class="fa fa-check alert-success alert-icon icon-value"></i>
<i class="fa fa-check alert alert-success alert-icon icon-value"></i>
{% else %}
<i class="fa fa-times alert-error alert-icon icon-value"></i>
<i class="fa fa-times alert alert-error alert-icon icon-value"></i>
{% endif %}
{% else %}
{{ variable.display() }}

View File

@ -21,9 +21,9 @@
{% if variable.value %}
{% if variable.type.value == 'bool' %}
{% if variable.display() %}
<i class="fa fa-check alert-success alert-icon icon-value"></i>
<i class="fa fa-check alert alert-success alert-icon icon-value"></i>
{% else %}
<i class="fa fa-times alert-error alert-icon icon-value"></i>
<i class="fa fa-times alert alert-error alert-icon icon-value"></i>
{% endif %}
{% else %}
{{ variable.display() }}