mirror of https://github.com/go-gitea/gitea.git
Fix update hint bug (#18996)
This commit is contained in:
parent
997deecbfa
commit
814750e647
|
@ -5,7 +5,7 @@
|
|||
{{template "base/alert" .}}
|
||||
{{if .NeedUpdate}}
|
||||
<div class="ui negative message flash-error">
|
||||
<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>
|
||||
</div>
|
||||
{{end}}
|
||||
<h4 class="ui top attached header">
|
||||
|
|
Loading…
Reference in New Issue