Moved author title
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
var author = contributor.Author;
|
var author = contributor.Author;
|
||||||
if (author != null)
|
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">
|
<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>
|
<span class="contrib-count" title="@(contributor.TotalCommits + " contributions")">@contributor.TotalCommits</span>
|
||||||
<div class="counts">
|
<div class="counts">
|
||||||
Additions<br />
|
Additions<br />
|
||||||
|
|||||||
Reference in New Issue
Block a user