|
|
@@ -6,10 +6,10 @@ |
|
|
<img class="ui avatar image img-12" src="{{.LatestCommitUser.RelAvatarLink}}" /> |
|
|
<img class="ui avatar image img-12" src="{{.LatestCommitUser.RelAvatarLink}}" /> |
|
|
{{if .LatestCommitUser.FullName}} |
|
|
{{if .LatestCommitUser.FullName}} |
|
|
<a id="1" href="{{AppSubUrl}}/{{.LatestCommitUser.Name}}"><strong>{{.LatestCommitUser.FullName}}</strong></a> |
|
|
<a id="1" href="{{AppSubUrl}}/{{.LatestCommitUser.Name}}"><strong>{{.LatestCommitUser.FullName}}</strong></a> |
|
|
<a id="1" href="{{AppSubUrl}}/{{.LatestCommitUser.Committer.Name}}"><strong>{{.LatestCommitUser.Committer.Name}}</strong></a> |
|
|
|
|
|
|
|
|
<strong id="6">{{.LatestCommit.Committer.Name}}</strong> |
|
|
{{else}} |
|
|
{{else}} |
|
|
<a id="2" href="{{AppSubUrl}}/{{.LatestCommitUser.Name}}"><strong>{{if .LatestCommit.Author}}{{.LatestCommit.Author.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}</strong></a> |
|
|
<a id="2" href="{{AppSubUrl}}/{{.LatestCommitUser.Name}}"><strong>{{if .LatestCommit.Author}}{{.LatestCommit.Author.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}</strong></a> |
|
|
<a id="2" href="{{AppSubUrl}}/{{.LatestCommitUser.Committer.Name}}"><strong>{{if .LatestCommit.Committer}}{{.LatestCommit.Committer.Name}}{{else}}{{.LatestCommitUser.Name}}{{end}}</strong></a> |
|
|
|
|
|
|
|
|
<strong id="6">{{.LatestCommit.Committer.Name}}</strong> |
|
|
{{end}} |
|
|
{{end}} |
|
|
{{else}} |
|
|
{{else}} |
|
|
{{if .LatestCommit.Author}} |
|
|
{{if .LatestCommit.Author}} |
|
|
|