From 58a5fe2e5a18554adaca9825c061e19d74ad9053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Loi=CC=88c=20Delmaire?= Date: Mon, 16 Dec 2024 14:57:30 +0100 Subject: [PATCH] API Particulier: add missing links for editor --- app/views/shared/api_particulier/header/_menu.html.erb | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/views/shared/api_particulier/header/_menu.html.erb b/app/views/shared/api_particulier/header/_menu.html.erb index f49aa542f..9b4731388 100644 --- a/app/views/shared/api_particulier/header/_menu.html.erb +++ b/app/views/shared/api_particulier/header/_menu.html.erb @@ -34,6 +34,16 @@ <% end %> + <% if user_signed_in? && current_user.editor? %> +
  • + + Espace éditeurs +
    + Gestion clients +
    +
  • + <% end %> +