Skip to content

Commit 1e41046

Browse files
committed
sort the project menu by readiness
1 parent 93c4360 commit 1e41046

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

templates/base.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
<a href="/coreutils">Coreutils</a>
3636
<a href="/findutils">Findutils</a>
3737
<a href="/diffutils">Diffutils</a>
38+
<a href="/shadow">Shadow</a>
39+
<a href="/sed">Sed</a>
40+
<a href="/grep">Grep</a>
41+
<a href="/awk">Awk</a>
3842
<a href="/util-linux">Util-linux</a>
3943
<a href="/procps">Procps</a>
4044
<a href="/acl">Acl</a>
4145
<a href="/tar">Tar</a>
42-
<a href="/sed">Sed</a>
43-
<a href="/grep">Grep</a>
44-
<a href="/awk">Awk</a>
4546
<a href="/login">Login</a>
4647
<a href="/hostname">Hostname</a>
4748
<a href="/bsdutils">Bsdutils</a>
48-
<a href="/shadow">Shadow</a>
4949
</div>
5050
</div>
5151
<div class="dropdown">

0 commit comments

Comments
 (0)