all repos

mugit @ 96929ecbfd60948a74d1eb142a3d280fc5bbd07b

🐮 git server that your cow will love
1 files changed, 1 insertions(+), 1 deletions(-)
ui: dont render readme for / in tree view
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-03 19:29:41 +0200
Change ID: wvtzyqysxovswkxunvlxonmllsyporvs
Parent: e5b0a7c
M web/templates/repo_tree.html

@@ -66,7 +66,7 @@ {{ end }}

</tbody> </table> - {{- if .P.Readme }} + {{- if and .P.Readme .P.ParentPath -}} <article class="readme">{{- .P.Readme -}}</article> {{- end -}} </main>