|
|
|
@ -40,9 +40,9 @@ |
|
|
|
|
{{if .Author}} |
|
|
|
|
<img class="ui avatar image" src="{{.Author.RelAvatarLink}}" /> |
|
|
|
|
{{if .Author.FullName}} |
|
|
|
|
<a href="{{.Author.HomeLink}}"><strong>{{.Author.FullName}}</strong> {{if .IsSigned}}<{{.Commit.Author.Email}}>{{end}}</a> |
|
|
|
|
<a href="{{.Author.HomeLink}}"><strong>{{.Author.FullName}}</strong></a> |
|
|
|
|
{{else}} |
|
|
|
|
<a href="{{.Author.HomeLink}}"><strong>{{.Commit.Author.Name}}</strong> {{if .IsSigned}}<{{.Commit.Author.Email}}>{{end}}</a> |
|
|
|
|
<a href="{{.Author.HomeLink}}"><strong>{{.Commit.Author.Name}}</strong></a> |
|
|
|
|
{{end}} |
|
|
|
|
{{else}} |
|
|
|
|
<img class="ui avatar image" src="{{AvatarLink .Commit.Author.Email}}" /> |
|
|
|
@ -54,7 +54,7 @@ |
|
|
|
|
<span class="text grey">{{svg "octicon-git-commit" 16}}{{.i18n.Tr "repo.diff.committed_by"}}</span> |
|
|
|
|
{{if ne .Verification.CommittingUser.ID 0}} |
|
|
|
|
<img class="ui avatar image" src="{{.Verification.CommittingUser.RelAvatarLink}}" /> |
|
|
|
|
<a href="{{.Verification.CommittingUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong> <{{.Commit.Committer.Email}}></a> |
|
|
|
|
<a href="{{.Verification.CommittingUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong></a> |
|
|
|
|
{{else}} |
|
|
|
|
<img class="ui avatar image" src="{{AvatarLink .Commit.Committer.Email}}" /> |
|
|
|
|
<strong>{{.Commit.Committer.Name}}</strong> |
|
|
|
@ -99,13 +99,13 @@ |
|
|
|
|
<span class="ui text">{{.i18n.Tr "repo.commits.signed_by_untrusted_user_unmatched"}}:</span> |
|
|
|
|
{{end}} |
|
|
|
|
<img class="ui avatar image" src="{{.Verification.SigningUser.RelAvatarLink}}" /> |
|
|
|
|
<a href="{{.Verification.SigningUser.HomeLink}}"><strong>{{.Verification.SigningUser.Name}}</strong> <{{.Verification.SigningEmail}}></a> |
|
|
|
|
<a href="{{.Verification.SigningUser.HomeLink}}"><strong>{{.Verification.SigningUser.Name}}</strong></a> |
|
|
|
|
<span class="pull-right"><span class="ui text">{{.i18n.Tr "repo.commits.gpg_key_id"}}:</span> {{.Verification.SigningKey.KeyID}}</span> |
|
|
|
|
{{else}} |
|
|
|
|
<span title="{{.i18n.Tr "gpg.default_key"}}">{{svg "gitea-lock-cog" 16}}</span> |
|
|
|
|
<span class="ui text">{{.i18n.Tr "repo.commits.signed_by"}}:</span> |
|
|
|
|
<img class="ui avatar image" src="{{AvatarLink .Verification.SigningEmail}}" /> |
|
|
|
|
<strong>{{.Verification.SigningUser.Name}}</strong> <{{.Verification.SigningEmail}}> |
|
|
|
|
<strong>{{.Verification.SigningUser.Name}}</strong> |
|
|
|
|
<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> |
|
|
|
|
{{end}} |
|
|
|
|
{{else if .Verification.Warning}} |
|
|
|
|