all repos

mugit @ 744deadf94fe1f0d42872dd25dd3c52576e7325b

๐Ÿฎ git server that your cow will love
1 files changed, 2 insertions(+), 0 deletions(-)
Revert "ui: that if is useless"

This reverts commit 8df7eb662f7eb7e15b06c1701814a59e9a0ee9b7.
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-09 16:24:32 +0200
Authored at: 2026-03-08 13:39:27 +0200
Change ID: tumkkpywyrsuvywlrttqrnwwxnnsoyzw
Parent: 72ef851
M web/templates/_repo_header.html
ยทยทยท
        5
        5
           </div>

      
        6
        6
           <h1 class="repo-name">

      
        7
        7
             {{ .RepoName }}

      
        
        8
        +    {{- if .P.Ref }}

      
        8
        9
             <span class="ref">@ {{ .P.Ref }}</span>

      
        
        10
        +    {{- end }}

      
        9
        11
           </h1>

      
        10
        12
           {{- if .P.Desc }}

      
        11
        13
           <div class="desc muted">{{ .P.Desc }}</div>