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 b189039 commit b7905afCopy full SHA for b7905af
templates/admin/dashboard.tmpl
@@ -5,7 +5,7 @@
5
{{template "base/alert" .}}
6
{{if .NeedUpdate}}
7
<div class="ui negative message flash-error">
8
- <p>{{.i18n.Tr "admin.dashboard.new_version_hint" (.RemoteVersion | Str2html) (AppVer | Str2html)}}</p>
+ <p>{{(.i18n.Tr "admin.dashboard.new_version_hint" .RemoteVersion AppVer) | Str2html}}</p>
9
</div>
10
{{end}}
11
<h4 class="ui top attached header">
0 commit comments