mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
fix missing >
This commit is contained in:
parent
3fb55b706b
commit
1dbba76bbd
|
|
@ -311,13 +311,12 @@
|
|||
</div>
|
||||
|
||||
<div class="d-none d-print-block">
|
||||
<div id="print-header"
|
||||
<h1
|
||||
class="text-center">
|
||||
<img src="{{ $U('/img/grocy_logo.svg?v=', true) }}{{ $version }}"
|
||||
height="30"
|
||||
class="d-print-flex mx-auto">
|
||||
{{ $__t("Shopping list") }}
|
||||
<div id="print-header">
|
||||
<h1 class="text-center">
|
||||
<img src="{{ $U('/img/grocy_logo.svg?v=', true) }}{{ $version }}"
|
||||
height="30"
|
||||
class="d-print-flex mx-auto">
|
||||
{{ $__t("Shopping list") }}
|
||||
</h1>
|
||||
@if (FindObjectInArrayByPropertyValue($shoppingLists, 'id', $selectedShoppingListId)->name != $__t("Shopping list"))
|
||||
<h3 class="text-center">
|
||||
|
|
@ -400,4 +399,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@stop
|
||||
@stop
|
||||
Loading…
Reference in New Issue
Block a user