Merge branch 'feature/importer_to_vue' into develop

# Conflicts:
#	vue/src/apps/RecipeView/RecipeView.vue
This commit is contained in:
vabene1111
2022-04-22 21:07:02 +02:00
40 changed files with 1512 additions and 1532 deletions

View File

@ -138,6 +138,9 @@
@checked-state-changed="updateIngredientCheckedState"
></step-component>
</div>
<h5 class="d-print-none"><i class="fas fa-file-import"></i> {{ $t("Imported_From") }}</h5>
<span class="text-muted mt-1"><a :href="recipe.source_url">{{ recipe.source_url }}</a></span>
</div>
<add-recipe-to-book :recipe="recipe"></add-recipe-to-book>