all repos

mugit @ af5aca1

๐Ÿฎ git server that your cow will love
1 files changed, 3 insertions(+), 1 deletions(-)
ui: show if repo wasn't yet synced
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-11 13:16:32 +0200
Authored at: 2026-03-11 12:15:57 +0200
Change ID: ytuorzsynmmxnroumqronlsnpmpkxmrt
Parent: 3974275
M web/templates/repo_index.html
ยทยทยท
        40
        40
                   <br>

      
        41
        41
                   <h2>Mirror status</h2>

      
        42
        42
                   <p>

      
        43
        
        -            Last updated {{ humanizeRelTime .P.MirrorLastSync }} from:

      
        
        43
        +            {{ if .P.MirrorLastSync.IsZero }}Was not yet synced from:

      
        
        44
        +            {{ else }}Last updated {{ humanizeRelTime .P.MirrorLastSync }} from:

      
        
        45
        +            {{ end }}

      
        44
        46
                     <a href="{{.P.MirrorURL}}" target="_blank">{{.P.MirrorURL}}</a>

      
        45
        47
                   </p>

      
        46
        48
                   {{ end }}