From f6a675f2e218bd578c49628d11213ccc2f57b1d7 Mon Sep 17 00:00:00 2001 From: Lucas Guima Date: Mon, 27 Apr 2020 22:29:14 -0300 Subject: [PATCH] Move the menu items Profile and Logout to the user menu in the main header --- resources/views/v1/layout/default.twig | 24 ++++++++++++++++--- resources/views/v1/partials/menu-sidebar.twig | 16 +------------ 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/resources/views/v1/layout/default.twig b/resources/views/v1/layout/default.twig index deeb9d0cb62..1fc7d4bbcb4 100644 --- a/resources/views/v1/layout/default.twig +++ b/resources/views/v1/layout/default.twig @@ -86,9 +86,27 @@ {% if not SANDSTORM %} {% endif %} -
  • +
  • {{ 'options'|_ }} @@ -182,11 +182,6 @@
  • - - {% if not SANDSTORM %} -
  • - - - {{ 'logout'|_ }} - -
  • - {% endif %}