mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-30 13:42:53 -04:00 
			
		
		
		
	Add review link
This commit is contained in:
		
							parent
							
								
									dd661a97d0
								
							
						
					
					
						commit
						65bf31c911
					
				| @ -2389,6 +2389,7 @@ $LANG = array( | |||||||
|     'currency_jordanian_dinar' => 'Jordanian Dinar', |     'currency_jordanian_dinar' => 'Jordanian Dinar', | ||||||
|     'currency_myanmar_kyat' => 'Myanmar Kyat', |     'currency_myanmar_kyat' => 'Myanmar Kyat', | ||||||
|     'currency_peruvian_sol' => 'Peruvian Sol', |     '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.', |     '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', |     'tax1' => 'First Tax', | ||||||
|  | |||||||
| @ -93,6 +93,10 @@ | |||||||
| 						@endif | 						@endif | ||||||
| 					@endif | 					@endif | ||||||
| 				@endif | 				@endif | ||||||
|  | 
 | ||||||
|  | 				@if (Auth::user()->created_at->diffInMonths() >= 3) | ||||||
|  | 					{!! Former::plaintext(' ')->help('review_app_help') !!} | ||||||
|  | 				@endif | ||||||
| 			</div> | 			</div> | ||||||
| 		</div> | 		</div> | ||||||
| 		@if (Utils::isNinjaProd()) | 		@if (Utils::isNinjaProd()) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user