2 files changed,
5 insertions(+),
3 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-04-19 18:52:32 +0300
Authored at:
2026-04-19 18:51:30 +0300
Change ID:
wnrzrrkqruxkrzrnwqnvwtymzvvstkry
Parent:
a3d1ce2
jump to
| M | web/static/style.css |
| M | web/templates/repo_tree.html |
M
web/templates/repo_tree.html
路路路 24 24 <thead> 25 25 <tr class="nohover"> 26 26 <th class="nowrap">name</th> 27 - <th class="fill">last commit</th> 27 + <th class="fill last-commit">last commit</th> 28 28 <th class="nowrap">last update</th> 29 29 </tr> 30 30 </thead> 路路路 44 44 {{ if $parent }}<a href="/{{ $name}}/tree/{{ urlencode $ref }}/{{ $parent }}/{{ .Name }}">{{ .Name }}/</a> 45 45 {{ else }}<a href="/{{ $name }}/tree/{{ urlencode $ref }}/{{ .Name }}">{{ .Name }}/</a>{{ end }} 46 46 </td> 47 - <td class="fill"> 47 + <td class="fill last-commit"> 48 48 <a class="muted" href="/{{ $name }}/commit/{{ .Commit.Hash }}">{{ commitSummary .Commit.Message }}</a> 49 49 </td> 50 50 <td class="has-tip nowrap"> 路路路 62 62 {{ if $parent }}<a href="/{{ $name }}/blob/{{ urlencode $ref }}/{{ $parent }}/{{ .Name }}">{{ .Name }}</a> 63 63 {{ else }}<a href="/{{ $name }}/blob/{{ urlencode $ref }}/{{ .Name }}">{{ .Name }}</a>{{ end }} 64 64 </td> 65 - <td class="fill"> 65 + <td class="fill last-commit"> 66 66 <a class="muted" href="/{{ $.RepoName }}/commit/{{ .Commit.Hash }}">{{ commitSummary .Commit.Message }}</a> 67 67 </td> 68 68 <td class="has-tip nowrap">