1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Add review link

This commit is contained in:
Hillel Coren 2017-08-22 20:59:15 +03:00
parent 28fc13962b
commit bee1f80397
2 changed files with 5 additions and 0 deletions

View File

@ -2387,6 +2387,7 @@ $LANG = array(
'currency_jordanian_dinar' => 'Jordanian Dinar',
'currency_myanmar_kyat' => 'Myanmar Kyat',
'currency_peruvian_sol' => 'Peruvian Sol',
'review_app_help' => 'We hope you\'re enjoying using the app.<br/>If you\'d consider <a href="http://www.capterra.com/p/145215/Invoice-Ninja/" target="_blank">writing a review</a> we\'d greatly appreciate it!',
'use_english_version' => 'Make sure to use the English version of the files.<br/>We use the column headers to match the fields.',
'tax1' => 'First Tax',

View File

@ -93,6 +93,10 @@
@endif
@endif
@endif
@if (Auth::user()->created_at->diffInMonths() >= 3)
{!! Former::plaintext(' ')->help('review_app_help') !!}
@endif
</div>
</div>
@if (Utils::isNinjaProd())