Reordered input fields

This commit is contained in:
Bernd Bestel
2020-11-14 11:07:36 +01:00
parent b267295e86
commit 16b17b25a4
2 changed files with 28 additions and 28 deletions

View File

@@ -93,6 +93,19 @@
</div>
@endif
<div class="form-group">
<div class="custom-control custom-checkbox">
<input class="form-check-input custom-control-input"
type="checkbox"
id="spoiled"
name="spoiled"
value="1">
<label class="form-check-label custom-control-label"
for="spoiled">{{ $__t('Spoiled') }}
</label>
</div>
</div>
<div class="form-group">
<div class="custom-control custom-checkbox">
<input class="form-check-input custom-control-input"
@@ -115,19 +128,6 @@
</select>
</div>
<div class="form-group">
<div class="custom-control custom-checkbox">
<input class="form-check-input custom-control-input"
type="checkbox"
id="spoiled"
name="spoiled"
value="1">
<label class="form-check-label custom-control-label"
for="spoiled">{{ $__t('Spoiled') }}
</label>
</div>
</div>
@if (GROCY_FEATURE_FLAG_RECIPES)
@include('components.recipepicker', array(
'recipes' => $recipes,