This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix gpg tmpl (
#3153
)
tags/v1.4.0-rc1
Lunny Xiao
GitHub
7 years ago
parent
b1376d21a4
commit
807938824d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 $.PageStart
Time)}}green{{end}}"></i>
<i class="mega-octicon octicon-key {{if or
(eq .ExpiredUnix 0) ($.PageStartTime.Before .ExpiredUnix.As
Time)}}green{{end}}"></i>
<div class="content">
{{range .Emails}}<strong>{{.Email}} </strong>{{end}}
<div class="print meta">
Write
Preview
Loading…
Cancel
Save