style align root page repo list with directory listing pattern

The root '/' page now renders repositories using the same li > a wrapping pattern as directory entries, providing full-width click targets with consistent hover behaviour.

Commit
0d7b29f657bacab1bf9c131d4e43c825b8489570
Author
Claude Sonnet 4 <claude@anthropic.invalid>
Author date
Committer
Marius Peter <dev@marius-peter.com>
Committer date
lib/views/root.ml
index 5c300895..81cadfcd 100644..100644
@@ -14,10 +14,8 @@
14 14 HTML.(
15 15 li []
16 16 [
17 Removed: span
18 Removed: [ class_ "commit-left" ]
19 Removed: [ Routes.link_to (Routes.Repo repo_name) (txt "%s" repo_name) ];
20 Removed: ago_span;
17 Added: Routes.link_to (Routes.Repo repo_name)
18 Added: (null [ txt "%s" repo_name; ago_span ]);
21 19 ])
22 20 in
23 21 let all_repositories =