mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Expand piggy bank events
This commit is contained in:
		| @@ -93,10 +93,10 @@ | ||||
|                     <code>{{ logEntry.after }}</code> | ||||
|                 {% endif %} | ||||
|                 {% if 'add_to_piggy' == logEntry.action %} | ||||
|                     {{ trans('firefly.ale_action_log_add', {amount: formatAmountBySymbol(logEntry.after.amount, logEntry.after.currency_symbol, logEntry.after.decimal_places, true), name: logEntry.after.name})|raw }} | ||||
|                     {{ trans('firefly.ale_action_log_add', {amount: formatAmountBySymbol(logEntry.after.amount, logEntry.after.currency_symbol, logEntry.after.decimal_places, true), name: logEntry.after.piggy})|raw }} | ||||
|                 {% endif %} | ||||
|                 {% if 'remove_from_piggy' == logEntry.action %} | ||||
|                     {{ trans('firefly.ale_action_log_remove', {amount: formatAmountBySymbol(logEntry.after.amount, logEntry.after.currency_symbol, logEntry.after.decimal_places, true), name: logEntry.after.name})|raw }} | ||||
|                     {{ trans('firefly.ale_action_log_remove', {amount: formatAmountBySymbol(logEntry.after.amount, logEntry.after.currency_symbol, logEntry.after.decimal_places, true), name: logEntry.after.piggy})|raw }} | ||||
|                 {% endif %} | ||||
|             </td> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user