From 615bb050e86f049cffcc3bee9b172d35801aca8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 26 Nov 2020 13:02:22 +0100 Subject: [PATCH] Remove unnecessary section-title class It isn't used anywhere, and we could achieve the same result using the CSS child selector `> li`. --- app/components/admin/menu_component.html.erb | 30 ++++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app/components/admin/menu_component.html.erb b/app/components/admin/menu_component.html.erb index 8e62a0a1a..657d0eebf 100644 --- a/app/components/admin/menu_component.html.erb +++ b/app/components/admin/menu_component.html.erb @@ -1,6 +1,6 @@ -
  • +
  • <%= t("admin.menu.title_site_customization") %> @@ -141,7 +141,7 @@
  • -
  • +
  • <%= t("admin.menu.title_moderated_content") %> @@ -183,7 +183,7 @@
  • -
  • +
  • <%= t("admin.menu.title_profiles") %> @@ -219,13 +219,13 @@
  • -
  • "> +
  • "> <%= link_to admin_stats_path do %> <%= t("admin.menu.stats") %> <% end %>
  • -
  • +
  • <%= t("admin.menu.title_settings") %> @@ -257,7 +257,7 @@
  • -
  • +
  • <%= t("admin.menu.dashboard") %>