You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/crate/features.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
</li>
40
40
{%- endfor %}
41
41
{%- endif -%}
42
-
{%- else %}
42
+
{%- else -%}
43
43
<liclass="pure-menu-item">
44
44
<spanclass="documented-info">
45
45
Feature flags are not available for this release because the build failed before we could retrieve them,
@@ -65,7 +65,7 @@ <h1>{{ metadata.name }}</h1>
65
65
{%- if features.is_empty() -%}
66
66
<pdata-id="empty-features">This release does not have any feature flags.</p>
67
67
{%- else -%}
68
-
<p>This version has <b>{{ features.len() }}</b> feature flags, <bdata-id="default-feature-len">{{ default_features.len() }}</b> of them enabled by <b>default</b>.</p>
68
+
<p>This version has <b>{{ features.len() }}</b> feature flags, <bdata-id="default-feature-len">{{ nb_enabled_default_features() }}</b> of them enabled by <b>default</b>.</p>
69
69
{%- for feature in features -%}
70
70
{%- let is_default = feature.name != "default" && is_default_feature(feature.name) -%}
0 commit comments