From 8f6f22815e2723b4c5516b59340e48d79a74518f Mon Sep 17 00:00:00 2001 From: decabeza Date: Fri, 8 Jun 2018 18:28:41 +0200 Subject: [PATCH] Removes pending content to backport --- app/views/admin/_menu.html.erb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 7b1dd9044..d9d54f7a0 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -71,7 +71,7 @@ <% end %> - <% messages_sections = %w(newsletters emails_download admin_notifications system_emails) %> + <% messages_sections = %w(newsletters emails_download) %> <% messages_menu_active = messages_sections.include?(controller_name) %>
  • > @@ -82,12 +82,6 @@
  • > <%= link_to t("admin.menu.newsletters"), admin_newsletters_path %>
  • -
  • > - <%= link_to t("admin.menu.admin_notifications"), admin_admin_notifications_path %> -
  • -
  • > - <%= link_to t("admin.menu.system_emails"), admin_system_emails_path %> -
  • > <%= link_to t("admin.menu.emails_download"), admin_emails_download_index_path %>