|
@@ -9,10 +9,10 @@
|
|
<img class="ui avatar image img-12" src="{{AvatarLink .LastCommit.Author.Email}}" />
|
|
<img class="ui avatar image img-12" src="{{AvatarLink .LastCommit.Author.Email}}" />
|
|
<strong>{{.LastCommit.Author.Name}}</strong>
|
|
<strong>{{.LastCommit.Author.Name}}</strong>
|
|
{{end}}
|
|
{{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>
|
|
<th class="nine wide">
|
|
<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>
|
|
<th class="three wide text grey right age">{{TimeSince .LastCommit.Author.When $.Lang}}</th>
|
|
<th class="three wide text grey right age">{{TimeSince .LastCommit.Author.When $.Lang}}</th>
|
|
</tr>
|
|
</tr>
|