mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
Add time unit hint to recipe edit view
This commit is contained in:
@@ -48,10 +48,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6 mt-1">
|
<div class="col-md-6 mt-1">
|
||||||
<label for="id_name"> {{ $t('Preparation') }} {{ $t('Time') }}</label>
|
<label for="id_name"> {{ $t('Preparation') }} {{ $t('Time') }} ({{ $t('min') }})</label>
|
||||||
<input class="form-control" id="id_prep_time" v-model="recipe.working_time">
|
<input class="form-control" id="id_prep_time" v-model="recipe.working_time">
|
||||||
<br/>
|
<br/>
|
||||||
<label for="id_name"> {{ $t('Waiting') }} {{ $t('Time') }}</label>
|
<label for="id_name"> {{ $t('Waiting') }} {{ $t('Time') }} ({{ $t('min') }})</label>
|
||||||
<input class="form-control" id="id_wait_time" v-model="recipe.waiting_time">
|
<input class="form-control" id="id_wait_time" v-model="recipe.waiting_time">
|
||||||
<br/>
|
<br/>
|
||||||
<label for="id_name"> {{ $t('Servings') }}</label>
|
<label for="id_name"> {{ $t('Servings') }}</label>
|
||||||
|
|||||||
Reference in New Issue
Block a user