mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
Show print button also when using only one shoppinglist
This commit is contained in:
parent
f5e0709913
commit
3b0dfcb997
|
|
@ -77,6 +77,14 @@
|
|||
name="selected-shopping-list"
|
||||
id="selected-shopping-list"
|
||||
value="1">
|
||||
<div class="related-links collapse d-md-flex order-2 width-xs-sm-100"
|
||||
id="related-links">
|
||||
<a id="print-shopping-list-button"
|
||||
class="btn btn-outline-dark responsive-button m-1 mt-md-0 mb-md-0 float-right"
|
||||
href="#">
|
||||
{{ $__t('Print') }}
|
||||
</a>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
<div class="border-top border-bottom my-2 py-1">
|
||||
|
|
@ -393,4 +401,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@stop
|
||||
@stop
|
||||
Loading…
Reference in New Issue
Block a user