njk-tool 0.0.25 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bundle/app.min.cjs
CHANGED
|
@@ -13873,7 +13873,7 @@ padding: 6px 16px;
|
|
|
13873
13873
|
{% else %}
|
|
13874
13874
|
{% set text = ctx %}
|
|
13875
13875
|
{% endif %}
|
|
13876
|
-
<td class="default-cell">{{ text | replace("false", "❌")| replace("False", "❌")| replace("True", "✔️") | replace("true", "✔️") }}</td>
|
|
13876
|
+
<td class="default-cell">{{ text | replace("false", "❌")| replace("False", "❌")| replace("True", "✔️") | replace("true", "✔️") | replace("Pass", "✔️") | replace("pass", "✔️") }}</td>
|
|
13877
13877
|
{% endmacro %}
|
|
13878
13878
|
{% macro table_default(ctx) %}
|
|
13879
13879
|
{% if ctx.columns %}
|