all repos

mugit @ 155aa35d8947e02708a5a8e550c084fdbfafb8f0

๐Ÿฎ 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
Authored at: 2026-02-09 23:51:24 +0200
Change ID: wuulnwltowpmnunqkoyzvumozkukkxmx
Parent: 3362e0d
M web/templates/index.html
ยทยทยท
        23
        23
                   {{- range .repos }}

      
        24
        24
                   <tr>

      
        25
        25
                     <td class="nowrap"><a href="/{{ .Name }}">{{ .Name }}</a></td>

      
        26
        
        -            <td class="fill">{{- if .Desc }}{{ .Desc }}{{- else }}<span class="muted">No description set</span>{{- end }}

      
        
        26
        +            <td class="fill">

      
        
        27
        +              <a href="/{{ .Name }}">

      
        
        28
        +                {{- if .Desc }}{{- .Desc -}}

      
        
        29
        +                {{- else }}<span class="muted">No description set</span>{{- end -}}

      
        
        30
        +              </a>

      
        27
        31
                     <td class="nowrap">

      
        28
        32
                       <span class="age">

      
        29
        33
                         {{- humanizeTime .LastCommit -}}