This commit is contained in:
Amit Mittal 2023-10-22 13:22:07 +05:30
parent a5bdcfc863
commit 7156bcf973

View File

@ -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}}