mirror of
https://github.com/go-gitea/gitea.git
synced 2024-09-01 14:56:30 +00:00
Resolves #27724
This commit is contained in:
parent
a5bdcfc863
commit
7156bcf973
@ -34,6 +34,7 @@
|
||||
</span>
|
||||
{{end}}
|
||||
</th>
|
||||
<th class="text grey"></th>
|
||||
<th class="text grey right age">{{if .LatestCommit}}{{if .LatestCommit.Committer}}{{TimeSince .LatestCommit.Committer.When ctx.Locale}}{{end}}{{end}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -89,6 +90,13 @@
|
||||
{{end}}
|
||||
</span>
|
||||
</td>
|
||||
<td class="message right three wide">
|
||||
<span class="truncate">
|
||||
{{if and (not $entry.IsDir) (not $entry.IsSubModule)}}
|
||||
{{FileSize $entry.Size}}
|
||||
{{end}}
|
||||
</span>
|
||||
</td>
|
||||
<td class="text right age three wide">{{if $commit}}{{TimeSince $commit.Committer.When ctx.Locale}}{{end}}</td>
|
||||
</tr>
|
||||
{{end}}
|
||||
|
Loading…
Reference in New Issue
Block a user