mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Show Postgres version in about page
This commit is contained in:
parent
dde2ca06c3
commit
421bb467d0
16 changed files with 70 additions and 45 deletions
|
@ -12,6 +12,7 @@
|
|||
<li><strong>{{ t "page.about.version" }}</strong> {{ .version }}</li>
|
||||
<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 }}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue