Changed how version information is stored and displayed

This commit is contained in:
Bernd Bestel
2018-05-12 15:49:21 +02:00
parent 5b5c272909
commit 89bae8d25e
6 changed files with 15 additions and 13 deletions

View File

@@ -86,14 +86,13 @@
</div>
<div class="modal-body">
grocy is a project by
<a href="https://berrnd.de" target="_blank">Bernd Bestel</a>
<a href="https://berrnd.de" target="_blank">Bernd Bestel</a><br>
Created with passion since 2017<br>
<br>
Created with passion since 2017
<br>
Version {{ $version }}
<br>
Life runs on code
Version {{ $version }}<br>
{{ $L('Released on') }} {{ $releaseDate }} <time class="timeago timeago-contextual" datetime="{{ $releaseDate }}"></time><br>
<br>
Life runs on code<br>
<a href="https://github.com/berrnd/grocy" target="_blank">
<i class="fa fa-github"></i>
</a>