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 %>