Fix signing info on PR view if not signed in (#9788)

This commit is contained in:
6543 2020-01-15 23:55:25 +01:00 committed by zeripath
parent e7923c4bc0
commit 665d7e91a8
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
<i class="icon lock green"></i>
{{$.i18n.Tr "repo.signing.will_sign" .SigningKey}}
</div>
{{else}}
{{else if .IsSigned}}
<div class="item text yellow">
<i class="icon unlock grey"></i>
{{$.i18n.Tr (printf "repo.signing.wont_sign.%s" .WontSignReason) }}