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 a8f833f commit f34796aCopy full SHA for f34796a
language.html.jinja
@@ -31,7 +31,7 @@
31
</div>
32
</td>
33
</tr>
34
-{% for file in directory.files_stats %}
+{% for file in directory.files_stats | sort(attribute='filename') %}
35
<tr>
36
<td>{{ file.filename }}</td>
37
<td data-label="completion">
0 commit comments