Commits overview - author or commiter confusion
### Summary
Commits overview shows every commit with a msg like this:
```
First line of commit message ... a5405bb4
<user> committed about an hour ago
```
This is misleading because <user> is not the committer, but the author.
### Steps to reproduce
Open commits page with at least one commit where author and committer differs.
### What is the expected *correct* behavior?
You could mention both author and committer in text, or use author avatar icon and show committer in text.
```
First line of commit message ... a5405bb4
<Committer> committed about an hour ago
```
Thanks in advance
issue