Browse Source

fix gpg tmpl (#3153)

tags/v1.4.0-rc1
Lunny Xiao GitHub 7 years ago
parent
commit
807938824d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/user/settings/keys_gpg.tmpl

+ 1
- 1
templates/user/settings/keys_gpg.tmpl View File

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


Loading…
Cancel
Save