[OCaml] Mobile-friendly clone of cgit.
fix show repo name instead of 'root' in breadcrumb pill
lib/views/repo.ml
@@ -679,7 +679,7 @@
679
679
let root_anchor =
680
680
Routes.link_to (Files repo)
681
681
~other_attrs:[ HTML.class_ "path-pill-link" ]
682
Removed:
(txt "root")
682
Added:
(txt "%s" repo)
683
683
in
684
684
let segments =
685
685
List.map