1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Display Go version on /about

Translations are copy-paste best effort from the equivalent Postgres
string, and might not account for grammatical gender, etc.
This commit is contained in:
Alex Cohn 2022-01-22 09:44:26 -06:00 committed by Frédéric Guillot
parent 93277f4307
commit 7111b3749d
16 changed files with 18 additions and 1 deletions

View file

@ -13,6 +13,7 @@
<li><strong>Git Commit</strong> {{ .commit }}</li>
<li><strong>{{ t "page.about.build_date" }}</strong> {{ .build_date }}</li>
{{ if .user.IsAdmin }}<li><strong>{{ t "page.about.postgres_version" }}</strong> {{ .postgres_version }}</li>{{ end }}
<li><strong>{{t "page.about.go_version" }}</strong> {{ .go_version }}</li>
</ul>
</div>