From 09e58b36af2a5ae81f41c2aa2b75c9829994f934 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:28:57 -0600 Subject: [PATCH] fix: added limited context menu for public users (#2138) --- .../Domain/Recipe/RecipeActionMenu.vue | 49 ++++++++++--------- .../RecipePageParts/RecipePageHeader.vue | 1 - 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipeActionMenu.vue b/frontend/components/Domain/Recipe/RecipeActionMenu.vue index a27de7ca9d45..afa7617dbb7d 100644 --- a/frontend/components/Domain/Recipe/RecipeActionMenu.vue +++ b/frontend/components/Domain/Recipe/RecipeActionMenu.vue @@ -22,23 +22,25 @@
- - - - {{ $t("general.edit") }} - - - - {{ $t("recipe.locked-by-owner") }} - + +
+ + + {{ $t("general.edit") }} + + + + {{ $t("recipe.locked-by-owner") }} + +
diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageHeader.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageHeader.vue index 55685a775fac..c433230e3c88 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageHeader.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageHeader.vue @@ -42,7 +42,6 @@