mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
More or less finalize recipes feature
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<a class="btn btn-outline-dark" href="{{ $U('/shoppinglistitem/new') }}">
|
||||
<i class="fas fa-plus"></i> {{ $L('Add') }}
|
||||
</a>
|
||||
<a id="add-products-below-min-stock-amount" class="btn btn-info" href="#">
|
||||
<a id="add-products-below-min-stock-amount" class="btn btn-outline-primary" href="#">
|
||||
<i class="fas fa-plus"></i> {{ $L('Add products that are below defined min. stock amount') }}
|
||||
</a>
|
||||
</h1>
|
||||
|
Reference in New Issue
Block a user