We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b29a8e commit f963363Copy full SHA for f963363
template/backend/index.html
@@ -35,7 +35,7 @@ <h3>{{"欢迎回来"|$.T}}</h3>
35
<div class="well no-margin no-padding sm-padding-top">
36
<ul class="wrap"><li>{{"欢迎使用"|$.T}} {{Version}}</li><li>BUILD: {{BuildTime}}</li><li>COMMIT: {{CommitID}}</li><li>{{"现在是"|$.T}} {{Now.Format "2006-01-02 15:04"}} {{Now.Weekday}}</li></ul>
37
</div>
38
- {{- if or true $.Stored.license.Key -}}
+ {{- if $.Stored.license.Key -}}
39
<div class="alert alert-success alert-white rounded license-info-container{{if $.Stored.license.Info.LicenseID}} license-items-1{{end}}">
40
<div class="icon"><span class="text-white">{{"授权信息"|$.T}}</span></div>
41
<div class="row">
0 commit comments