|
|
@ -51,14 +51,14 @@ |
|
|
|
</div> |
|
|
|
{{if .Commit.Signature}} |
|
|
|
{{if .Verification.Verified }} |
|
|
|
<div class="ui bottom attached positive message" style="text-align: initial;color: black;"> |
|
|
|
<div class="ui bottom attached positive message"> |
|
|
|
<i class="green lock icon"></i> |
|
|
|
<span style="color: #2C662D;">{{.i18n.Tr "repo.commits.signed_by"}}:</span> |
|
|
|
<span>{{.i18n.Tr "repo.commits.signed_by"}}:</span> |
|
|
|
<a href="{{.Verification.SigningUser.HomeLink}}"><strong>{{.Commit.Committer.Name}}</strong></a> <{{.Commit.Committer.Email}}> |
|
|
|
<span class="pull-right"><span style="color: #2C662D;">{{.i18n.Tr "repo.commits.gpg_key_id"}}:</span> {{.Verification.SigningKey.KeyID}}</span> |
|
|
|
<span class="pull-right"><span>{{.i18n.Tr "repo.commits.gpg_key_id"}}:</span> {{.Verification.SigningKey.KeyID}}</span> |
|
|
|
</div> |
|
|
|
{{else}} |
|
|
|
<div class="ui bottom attached message" style="text-align: initial;color: black;"> |
|
|
|
<div class="ui bottom attached message"> |
|
|
|
<i class="grey unlock icon"></i> |
|
|
|
{{.i18n.Tr .Verification.Reason}} |
|
|
|
</div> |
|
|
|