all repos

mugit @ 96929ec

๐Ÿฎ 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
Authored at: 2026-03-03 16:38:52 +0200
Change ID: wvtzyqysxovswkxunvlxonmllsyporvs
Parent: e5b0a7c
M web/templates/repo_tree.html
ยทยทยท
        66
        66
                 </tbody>

      
        67
        67
               </table>

      
        68
        68
         

      
        69
        
        -      {{- if .P.Readme }}

      
        
        69
        +      {{- if and .P.Readme .P.ParentPath -}}

      
        70
        70
               <article class="readme">{{- .P.Readme -}}</article>

      
        71
        71
               {{- end -}}

      
        72
        72
             </main>