Fix the Git version in the footer with the Docker image and change the wording.

This commit is contained in:
Jyri-Petteri Paloposki 2022-02-21 12:32:08 +02:00
parent 4b2c4db457
commit 6ca701f6fd
15 changed files with 28 additions and 19 deletions

View file

@ -1,6 +1,7 @@
<div class="bootstrap">
<div class="footer">
<%= t('footer.send_feedback', :version => TRACKS_VERSION) %>
<%= t('footer.version', :version => TRACKS_VERSION, :revision_with_date => TRACKS_REVISION_WITH_DATE, :revision => TRACKS_REVISION) %>
<%= t('footer.send_feedback') %>
<span class="footer-line">
<a href="https://github.com/TracksApp/tracks/issues"><%= t('common.bugs')%></a> |
<a href="https://github.com/TracksApp/tracks/wiki"><%= t('common.wiki')%></a> |