add buttons ot edit and delete in recipe view
This commit is contained in:
parent
f6a6ebb40f
commit
85a7ba34f3
@ -44,6 +44,11 @@ $O_recipe = $A_view["RECIPE"];
|
||||
}
|
||||
?>
|
||||
|
||||
<section class="buttonsEditRecipe">
|
||||
<a href="/recipe/edit/<?= $O_recipe->I_ID ?>">Modifier la recette</a>
|
||||
<a href="/recipe/delete/<?= $O_recipe->I_ID ?>">Supprimer la recette</a>
|
||||
</section>
|
||||
|
||||
<?php
|
||||
View::show("appreciations/view_all", $A_view)
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user