1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-01 08:03:01 +00:00

Update version

This commit is contained in:
Timur Ismagilov
2022-02-19 12:18:45 +03:00
parent 33448893ec
commit 74099922a3
3 changed files with 3 additions and 3 deletions

View File

@@ -286,7 +286,7 @@ sort.Strings(editors)
<section>
<h1>{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}</h1>
<ul>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.8.0</li>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.8.2</li>
{%- if cfg.UseAuth -%}
<li><b>{%s lc.Get("ui.about_usercount") %}</b> {%dul user.Count() %}</li>
<li><b>{%s lc.Get("ui.about_homepage") %}</b> <a href="/">{%s cfg.HomeHypha %}</a></li>

View File

@@ -1111,7 +1111,7 @@ func StreamAboutHTML(qw422016 *qt422016.Writer, lc *l18n.Localizer) {
//line views/stuff.qtpl:289
qw422016.N().S(lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}))
//line views/stuff.qtpl:289
qw422016.N().S(`</b> 1.8.0</li>
qw422016.N().S(`</b> 1.8.2</li>
`)
//line views/stuff.qtpl:290
if cfg.UseAuth {