mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
Removed unneeded class
This commit is contained in:
parent
248852b676
commit
4e17f67c01
|
|
@ -372,9 +372,9 @@
|
||||||
))
|
))
|
||||||
|
|
||||||
<button id="save-product-button-continue"
|
<button id="save-product-button-continue"
|
||||||
class="save-recipe btn btn-success mb-2">{{ $__t('Save & continue') }}</button>
|
class="btn btn-success mb-2">{{ $__t('Save & continue') }}</button>
|
||||||
<button id="save-product-button"
|
<button id="save-product-button"
|
||||||
class="save-recipe btn btn-info mb-2">{{ $__t('Save') }}</button>
|
class="btn btn-info mb-2">{{ $__t('Save') }}</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user