|
35 | 35 | {{if .Author}}
|
36 | 36 | <img class="ui avatar image" src="{{.Author.RelAvatarLink}}" />
|
37 | 37 | {{if .Author.FullName}}
|
38 |
| - <a href="{{.Author.HomeLink}}"><strong>{{.Author.FullName}}</strong> {{if .IsSigned}}<{{.Commit.Author.Email}}>{{end}}</a> |
| 38 | + <a href="{{.Author.HomeLink}}"><strong>{{.Author.FullName}}</strong></a> |
39 | 39 | {{else}}
|
40 |
| - <a href="{{.Author.HomeLink}}"><strong>{{.Commit.Author.Name}}</strong> {{if .IsSigned}}<{{.Commit.Author.Email}}>{{end}}</a> |
| 40 | + <a href="{{.Author.HomeLink}}"><strong>{{.Commit.Author.Name}}</strong></a> |
41 | 41 | {{end}}
|
42 | 42 | {{else}}
|
43 | 43 | <img class="ui avatar image" src="{{AvatarLink .Commit.Author.Email}}" />
|
|
49 | 49 | <span class="text grey">{{svg "octicon-git-commit" 16}}{{.i18n.Tr "repo.diff.committed_by"}}</span>
|
50 | 50 | {{if ne .Verification.CommittingUser.ID 0}}
|
51 | 51 | <img class="ui avatar image" src="{{.Verification.CommittingUser.RelAvatarLink}}" />
|
52 |
| - <a href="{{.Verification.CommittingUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong> <{{.Commit.Committer.Email}}></a> |
| 52 | + <a href="{{.Verification.CommittingUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong></a> |
53 | 53 | {{else}}
|
54 | 54 | <img class="ui avatar image" src="{{AvatarLink .Commit.Committer.Email}}" />
|
55 | 55 | <strong>{{.Commit.Committer.Name}}</strong>
|
|
94 | 94 | <span class="ui text">{{.i18n.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}:</span>
|
95 | 95 | {{end}}
|
96 | 96 | <img class="ui avatar image" src="{{.Verification.SigningUser.RelAvatarLink}}" />
|
97 |
| - <a href="{{.Verification.SigningUser.HomeLink}}"><strong>{{.Verification.SigningUser.Name}}</strong> <{{.Verification.SigningEmail}}></a> |
| 97 | + <a href="{{.Verification.SigningUser.HomeLink}}"><strong>{{.Verification.SigningUser.Name}}</strong></a> |
98 | 98 | <span class="pull-right"><span class="ui text">{{.i18n.Tr "repo.commits.gpg_key_id"}}:</span> {{.Verification.SigningKey.KeyID}}</span>
|
99 | 99 | {{else}}
|
100 | 100 | <i class="icons" title="{{.i18n.Tr "gpg.default_key"}}">
|
|
103 | 103 | </i>
|
104 | 104 | <span class="ui text">{{.i18n.Tr "repo.commits.signed_by"}}:</span>
|
105 | 105 | <img class="ui avatar image" src="{{AvatarLink .Verification.SigningEmail}}" />
|
106 |
| - <strong>{{.Verification.SigningUser.Name}}</strong> <{{.Verification.SigningEmail}}> |
| 106 | + <strong>{{.Verification.SigningUser.Name}}</strong> |
107 | 107 | <span class="pull-right"><span class="ui text">{{.i18n.Tr "repo.commits.gpg_key_id"}}:</span> <i class="cogs icon" title="{{.i18n.Tr "gpg.default_key"}}"></i>{{.Verification.SigningKey.KeyID}}</span>
|
108 | 108 | {{end}}
|
109 | 109 | {{else if .Verification.Warning}}
|
|
0 commit comments