mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Various bug fixes and code cleanup.
This commit is contained in:
		| @@ -70,11 +70,11 @@ | ||||
|                                 {% endif %} | ||||
|                             </strong> | ||||
|                         </p> | ||||
|                         <table class="table"> | ||||
|                         <table class="table" aria-label="Table"> | ||||
|                             <tbody> | ||||
|                             {% for occ in rep.occurrences %} | ||||
|                                 <tr> | ||||
|                                     <td>{{ occ.date.isoFormat(trans('config.month_and_date_day_js')) }}</td> | ||||
|                                     <th scope="row">{{ occ.date.isoFormat(trans('config.month_and_date_day_js')) }}</th> | ||||
|                                     <td> | ||||
|                                         {% if not occ.fired %} | ||||
|                                         <form action="{{ route('recurring.trigger', [recurrence.id]) }}" method="post" style="display: inline;"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user