This commit is contained in:
Amit Mittal 2024-05-17 22:42:02 +05:30 committed by GitHub
commit 6c981865ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
</div>
</div>
</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>
@ -63,6 +64,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}}