mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 16:40:10 +00:00
Optimize some views for category report
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
</p>
|
||||
{% for category in categories %}
|
||||
<label class="checkbox-inline">
|
||||
<input type="checkbox" name="category[]" value="{{ category.id }}"> {{ category.name }}
|
||||
<input type="checkbox" class="category-checkbox" name="category[]" value="{{ category.id }}"> {{ category.name }}
|
||||
</label>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user