mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Some cleaning up
This commit is contained in:
		| @@ -10,7 +10,6 @@ | ||||
|         <th>{{ trans('list.active') }}</th> | ||||
|         <th>{{ trans('list.automatch') }}</th> | ||||
|         <th>{{ trans('list.repeat_freq') }}</th> | ||||
|         <th data-defaultsort="disabled"> </th> | ||||
|     </tr></thead> | ||||
|     <tbody> | ||||
|     {% for entry in bills %} | ||||
| @@ -75,11 +74,6 @@ | ||||
|                 skips over {{entry.skip}} | ||||
|              {% endif %} | ||||
|          </td> | ||||
|         <td> | ||||
|             {% if entry.active %} | ||||
|                 <a href="{{route('bills.add',entry.id)}}" class="btn btn-success btn-xs"><i class="fa fa-fw fa-plus-circle"></i></a> | ||||
|             {% endif %} | ||||
|         </td> | ||||
|     </tr> | ||||
|  | ||||
|     {% endfor %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user