From 84096641963e4dfbc30a0714b29ec2f943e30c12 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt Date: Wed, 4 Oct 2017 23:23:19 +0200 Subject: [PATCH] Remove 'Chat' nav item from profile --- app/views/layouts/nav/sidebar/_profile.html.haml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/layouts/nav/sidebar/_profile.html.haml b/app/views/layouts/nav/sidebar/_profile.html.haml index 79980a548af..89a309699f2 100644 --- a/app/views/layouts/nav/sidebar/_profile.html.haml +++ b/app/views/layouts/nav/sidebar/_profile.html.haml @@ -41,12 +41,6 @@ = link_to applications_profile_path do %strong.fly-out-top-item-name = _('Applications') - = nav_link(controller: :chat_names) do - = link_to profile_chat_names_path do - .nav-icon-container - = sprite_icon('comment') - %span.nav-item-name - = _('Chat') %ul.sidebar-sub-level-items.is-fly-out-only = nav_link(controller: :chat_names, html_options: { class: "fly-out-top-item" } ) do = link_to profile_chat_names_path do -- GitLab