Added a say-thanks-button on the about page

This commit is contained in:
Bernd Bestel 2019-09-20 10:08:10 +02:00
parent 1d92e6a4ab
commit aa670adefc
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 11 additions and 0 deletions

View File

@ -1474,3 +1474,9 @@ msgstr ""
msgid "Price factor" msgid "Price factor"
msgstr "" msgstr ""
msgid "Do you find grocy useful?"
msgstr ""
msgid "Say thanks"
msgstr ""

View File

@ -29,6 +29,11 @@
PHP Version <code>{{ $system_info['php_version'] }}</code><br> PHP Version <code>{{ $system_info['php_version'] }}</code><br>
SQLite Version <code>{{ $system_info['sqlite_version'] }}</code> SQLite Version <code>{{ $system_info['sqlite_version'] }}</code>
</p> </p>
<p>
{{ $__t('Do you find grocy useful?') }}<br>
<a class="btn btn-sm btn-primary text-white mt-1" href="https://grocy.info/#say-thanks" target = "_blank">{{ $__t('Say thanks') }} <i class="fas fa-heart"></i></a>
</p>
</div> </div>
<div class="tab-pane show" id="changelog"> <div class="tab-pane show" id="changelog">