|
|
@@ -9,10 +9,10 @@ |
|
|
|
<img class="ui avatar image img-12" src="{{AvatarLink .LastCommit.Author.Email}}" /> |
|
|
|
<strong>{{.LastCommit.Author.Name}}</strong> |
|
|
|
{{end}} |
|
|
|
<a rel="nofollow" class="ui sha label" href="{{.RepoLink}}/commit/{{.LastCommit.ID}}" rel="nofollow">{{ShortSha .LastCommit.ID.String}}</a> |
|
|
|
<span class="grey">{{RenderCommitMessage .LastCommit.Summary .RepoLink}}</span> |
|
|
|
</th> |
|
|
|
<th class="nine wide"> |
|
|
|
<a rel="nofollow" class="ui green sha label" href="{{.RepoLink}}/commit/{{.LastCommit.ID}}" rel="nofollow">{{ShortSha .LastCommit.ID.String}}</a> |
|
|
|
<span class="grey">{{RenderCommitMessage .LastCommit.Summary .RepoLink}}</span> |
|
|
|
</th> |
|
|
|
<th class="three wide text grey right age">{{TimeSince .LastCommit.Author.When $.Lang}}</th> |
|
|
|
</tr> |
|
|
|