all repos

mugit @ 155aa35

🐮 git server that your cow will love
1 files changed, 5 insertions(+), 1 deletions(-)
ui: clicking on repo desc link to repo
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-10 17:45:05 +0200
Change ID: wuulnwltowpmnunqkoyzvumozkukkxmx
Parent: 3362e0d
M web/templates/index.html

@@ -23,7 +23,11 @@ <tbody>

{{- range .repos }} <tr> <td class="nowrap"><a href="/{{ .Name }}">{{ .Name }}</a></td> - <td class="fill">{{- if .Desc }}{{ .Desc }}{{- else }}<span class="muted">No description set</span>{{- end }} + <td class="fill"> + <a href="/{{ .Name }}"> + {{- if .Desc }}{{- .Desc -}} + {{- else }}<span class="muted">No description set</span>{{- end -}} + </a> <td class="nowrap"> <span class="age"> {{- humanizeTime .LastCommit -}}