mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Applied code style rules
This commit is contained in:
parent
a550e39620
commit
abe6cc5911
|
|
@ -41,6 +41,7 @@ $("#category-filter").on("change", function()
|
|||
{
|
||||
value = "";
|
||||
}
|
||||
|
||||
tasksTable.column(tasksTable.colReorder.transpose(6)).search(value).draw();
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-md-6 col-xl-3">
|
||||
<div class="col-12 col-md-6 col-xl-3">
|
||||
<div class="input-group">
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa-solid fa-filter"></i> {{ $__t('Category') }}</span>
|
||||
|
|
@ -90,7 +90,7 @@
|
|||
id="category-filter">
|
||||
<option value="all">{{ $__t('All') }}</option>
|
||||
@foreach($taskCategories as $taskCategory)
|
||||
<option value="{{ $taskCategory->name }}">{{ $__t($taskCategory->name) }}</option>
|
||||
<option value="{{ $taskCategory->name }}">{{ $__t($taskCategory->name) }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user