all repos

mugit @ fb69639

馃惍 git server that your cow will love
1 files changed, 2 insertions(+), 0 deletions(-)
ui: dont display "jump to" table if there's only one file changed
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-10 01:39:54 +0200
Authored at: 2026-02-09 22:44:17 +0200
Change ID: xwtxmtmtrtsypmopznnzsvzokqklmqoy
Parent: 988c240
M web/templates/repo_commit.html
路路路
        42
        42
                   {{ .stat.Deletions }} deletions(-)

      
        43
        43
                   </div>

      
        44
        44
         

      
        
        45
        +          {{ if gt (len .diff) 1}}

      
        45
        46
                   <div class="jump">

      
        46
        47
                     <strong>jump to</strong>

      
        47
        48
                     <table class="table jump-table">

      路路路
        65
        66
                       </tbody>

      
        66
        67
                     </table>

      
        67
        68
                   </div>

      
        
        69
        +          {{ end }}

      
        68
        70
                 </div>

      
        69
        71
               </section>

      
        70
        72
               <section>