File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7676 <pre class="commit-body" style="display: none;">{{RenderCommitBody .Message $.RepoLink $.Repository.ComposeMetas}}</pre>
7777 {{end}}
7878 </td>
79- <td class="text right aligned">{{TimeSince .Author.When $.Lang}}</td>
79+ {{if .Committer}}
80+ <td class="text right aligned">{{TimeSince .Committer.When $.Lang}}</td>
81+ {{else}}
82+ <td class="text right aligned">{{TimeSince .Author.When $.Lang}}</td>
83+ {{end}}
8084 </tr>
8185 {{end}}
8286 </tbody>
Original file line number Diff line number Diff line change 3030 {{end}}
3131 </span>
3232 </th>
33- <th class="text grey right age">{{if .LatestCommit.Author }}{{TimeSince .LatestCommit.Author .When $.Lang}}{{end}}</th>
33+ <th class="text grey right age">{{if .LatestCommit}}{{if .LatestCommit.Committer }}{{TimeSince .LatestCommit.Committer .When $.Lang}}{{end }}{{end}}</th>
3434 </tr>
3535 </thead>
3636 <tbody>
You can’t perform that action at this time.
0 commit comments