all repos

mugit @ bb41a2de0ea7685cefbe3e40f5729be0c8037c6f

馃惍 git server that your cow will love
1 files changed, 2 insertions(+), 2 deletions(-)
ui: change color of commit message on tree page
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-03-19 16:49:38 +0200
Authored at: 2026-03-19 16:47:07 +0200
Change ID: rsytqlwqtkoxxowxovzksvounqytlmxs
Parent: 7d517fc
M web/templates/repo_tree.html
路路路
        45
        45
                       {{ else }}<a href="/{{ $name }}/tree/{{ urlencode $ref }}/{{ .Name }}">{{ .Name }}/</a>{{ end }}

      
        46
        46
                     </td>

      
        47
        47
                     <td class="fill">

      
        48
        
        -              <a href="/{{ $name }}/commit/{{ .Commit.Hash }}">{{ commitSummary .Commit.Message }}</a>

      
        
        48
        +              <a class="muted" href="/{{ $name }}/commit/{{ .Commit.Hash }}">{{ commitSummary .Commit.Message }}</a>

      
        49
        49
                     </td>

      
        50
        50
                     <td class="has-tip nowrap">

      
        51
        51
                       <a href="/{{ $.RepoName }}/commit/{{ .Commit.Hash }}">{{ humanizeRelTime .Commit.Committed }}</a>

      路路路
        63
        63
                       {{ else }}<a href="/{{ $name }}/blob/{{ urlencode $ref }}/{{ .Name }}">{{ .Name }}</a>{{ end }}

      
        64
        64
                     </td>

      
        65
        65
                     <td class="fill">

      
        66
        
        -              <a href="/{{ $.RepoName }}/commit/{{ .Commit.Hash }}">{{ commitSummary .Commit.Message }}</a>

      
        
        66
        +              <a class="muted" href="/{{ $.RepoName }}/commit/{{ .Commit.Hash }}">{{ commitSummary .Commit.Message }}</a>

      
        67
        67
                     </td>

      
        68
        68
                     <td class="has-tip nowrap">

      
        69
        69
                       <a href="/{{ $.RepoName }}/commit/{{ .Commit.Hash }}">{{ humanizeRelTime .Commit.Committed }}</a>