Skip to content

Commit

Permalink
add github links to about page.
Browse files Browse the repository at this point in the history
Add github links about release and commit.
  • Loading branch information
shizunge authored and fguillot committed Nov 23, 2023
1 parent fc841be commit 4ffc073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/template/templates/views/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ <h1>{{ t "page.about.title" }}</h1>
<div class="panel">
<h3>Miniflux</h3>
<ul>
<li><strong>{{ t "page.about.version" }}</strong> {{ .version }}</li>
<li><strong>Git Commit</strong> {{ .commit }}</li>
<li><strong>{{ t "page.about.version" }}</strong> <a href="https://github.com/miniflux/v2/releases/tag/{{ .version }}">{{ .version }}</a></li>
<li><strong>Git Commit</strong> <a href="https://github.com/miniflux/v2/commit/{{ .commit }}">{{ .commit }}</a></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>
Expand Down

0 comments on commit 4ffc073

Please sign in to comment.