Show print button also when using only one shoppinglist

This commit is contained in:
Robert Resch 2020-12-19 21:07:52 +00:00
parent f5e0709913
commit 3b0dfcb997
No known key found for this signature in database
GPG Key ID: 5E3DFB30DC2833B6

View File

@ -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