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 4ef4b84 commit ed50032Copy full SHA for ed50032
templates/featurematrix/featurematrix.html
@@ -25,7 +25,7 @@ <h3>Groups</h3>
25
<div id="feature-matrix-filter" class="col-8 offset-2 border">
26
<form id="featurematrix_version_filter"><h5>Filter by version</h5>
27
{% for version in versions %}
28
- <label for="{{ version.numtree|cut:"." }}">{{ version.numtree }}</label>
+ <label for="toggle_{{ version.numtree|cut:"." }}">{{ version.numtree }}</label>
29
<input type="checkbox" id="toggle_{{ version.numtree|cut:"." }}" class="featurematrix_version" {% if version.supported or version.testing %}checked{% endif %} value="{{ version.numtree }}" />
30
{% endfor %}
31
<hr id="featurematrix_version_divider" />
0 commit comments