Moved author title

This commit is contained in:
Emma Garland
2017-06-05 16:40:55 +01:00
parent 7ebb26840f
commit 0a59d09d81
@@ -7,9 +7,9 @@
var author = contributor.Author;
if (author != null)
{
<a href="@author.HtmlUrl" class="contributor" target="_blank">
<a href="@author.HtmlUrl" class="contributor" target="_blank" title="@author.Login">
<div class="avatar">
<img alt="@author.Login" src="@author.AvatarUrl&s=112" title="@author.Login" />
<img alt="@author.Login" src="@author.AvatarUrl&s=112" />
<span class="contrib-count" title="@(contributor.TotalCommits + " contributions")">@contributor.TotalCommits</span>
<div class="counts">
Additions<br />