From 90f89e08b8c39adc89b2006041a6af5a0295fb84 Mon Sep 17 00:00:00 2001 From: ming Date: Tue, 29 Apr 2025 02:59:13 +0900 Subject: [PATCH] =?UTF-8?q?Lint=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/partials/_sidebar.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/partials/_sidebar.html.erb b/app/views/partials/_sidebar.html.erb index 36f4fc0..6b56072 100644 --- a/app/views/partials/_sidebar.html.erb +++ b/app/views/partials/_sidebar.html.erb @@ -8,7 +8,7 @@ 현황 <% end %> -
+
<% @controllers.each do |c| %> <%= link_to view_schedule_path(c.id), class: "menu-group #{'menu-group-active' if current_page?(view_schedule_path(c.id))}" do %> <% end %> -
+
<% end %>