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
+1-1
Original file line number
Diff line number
Diff line change
@@ -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>{{ nb_features() }}</b> feature flags, <bdata-id="default-feature-len">{{ nb_enabled_default_features() }}</b> of them enabled by <b>default</b>.</p>
68
+
<p>This version has <b>{{ features_count() }}</b> feature flags, <bdata-id="default-feature-len">{{ enabled_default_features_count() }}</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