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:
parent
93277f4307
commit
7111b3749d
16 changed files with 18 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue