show original text in recipe editor

This commit is contained in:
vabene1111
2022-04-22 21:05:23 +02:00
parent d8f6dbc58f
commit c4f5b160a6

View File

@ -370,6 +370,9 @@
<div v-for="(ingredient, index) in step.ingredients" <div v-for="(ingredient, index) in step.ingredients"
:key="ingredient.id"> :key="ingredient.id">
<hr class="d-md-none"/> <hr class="d-md-none"/>
<div class="text-center">
<small class="text-muted"><i class="fas fa-globe"></i> {{ingredient.original_text}}</small>
</div>
<div class="d-flex"> <div class="d-flex">
<div class="flex-grow-0 handle align-self-start"> <div class="flex-grow-0 handle align-self-start">
<button type="button" <button type="button"