all repos

mugit @ 55faf33ea7bf7bbf271e3fcdc0ef81c97adb16a7

๐Ÿฎ git server that your cow will love
1 files changed, 3 insertions(+), 3 deletions(-)
ui: make commit page more colorful
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-21 17:26:40 +0200
Authored at: 2026-02-21 17:04:57 +0200
Change ID: mtzlurvonvqutmsonxsxmsznpznxnzqk
Parent: 112d8de
M web/templates/repo_commit.html
ยทยทยท
        13
        13
             <main>

      
        14
        14
               <section class="commit">

      
        15
        15
                 <div class="commit-refs">

      
        16
        
        -          {{ $stat.FilesChanged }} files changed,

      
        17
        
        -          {{ $stat.Insertions }} insertions(+),

      
        18
        
        -          {{ $stat.Deletions }} deletions(-)

      
        
        16
        +          <span class="diff-mod">{{ $stat.FilesChanged }} files changed</span>,

      
        
        17
        +          <span class="diff-add">{{ $stat.Insertions }} insertions(+)</span>,

      
        
        18
        +          <span class="diff-del">{{ $stat.Deletions }} deletions(-)</span>

      
        19
        19
                 </div>

      
        20
        20
         

      
        21
        21
                 <div class="box">