Merge branch 'develop'
This commit is contained in:
commit
7c18b84ff4
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@ -1,2 +1,2 @@
|
||||
liberapay: jierka
|
||||
github: jr-k
|
||||
custom: https://paypal.me/jierka
|
||||
|
||||
@ -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() }}
|
||||
|
||||
@ -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() }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user