gpg/bugfix: Use .ExpiredUnix.IsZero to display green color of forever valid gpg key (#7846)

* Use .ExpiredUnix.IsZero for display green color of gpg key

* remove useless parentheses
pull/7816/head^2
Antoine GIRARD 2019-08-14 03:39:44 +02:00 committed by Lunny Xiao
parent 0b2d399b1c
commit 7ffa3fcfa0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
{{$.i18n.Tr "settings.delete_key"}}
</button>
</div>
<i class="mega-octicon octicon-key {{if or (eq .ExpiredUnix 0) ($.PageStartTime.Before .ExpiredUnix.AsTime)}}green{{end}}"></i>
<i class="mega-octicon octicon-key {{if or .ExpiredUnix.IsZero ($.PageStartTime.Before .ExpiredUnix.AsTime)}}green{{end}}"></i>
<div class="content">
{{range .Emails}}<strong>{{.Email}} </strong>{{end}}
<div class="print meta">