We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95733e commit 239921dCopy full SHA for 239921d
sqlpage/templates/big_number.handlebars
@@ -29,11 +29,9 @@
29
</div>
30
{{/if}}
31
32
- {{/if}}
33
-
+ {{/if~}}
34
<div class="h1 {{#if description}}mb-3{{/if}} mt-auto">{{value}}{{#if unit}} {{unit}}{{/if}}</div>
35
36
- {{#if description}}
+ {{~#if description}}
37
<div class="d-flex mb-2">
38
<div>{{description}}</div>
39
{{#if change_percent}}
@@ -56,7 +54,7 @@
56
54
<span class="visually-hidden">{{progress_percent}}% Complete</span>
57
55
58
59
- {{~/if~}}
+ {{~/if}}
60
61
62
0 commit comments