Add settings for member statuses
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-27 14:59:10 +04:00
parent 0b4bc4ef5c
commit f313686b13
11 changed files with 118 additions and 22 deletions

View File

@@ -3,7 +3,11 @@
active: current_page?(admin_settings_registrations_path)
) %>
<%= render SidenavLinkComponent.new(
name: "Services", path: admin_settings_services_path, icon: "grid",
name: "Membership", path: admin_settings_membership_path, icon: "users",
active: current_page?(admin_settings_membership_path)
) %>
<%= render SidenavLinkComponent.new(
name: "Services", path: admin_settings_services_path, icon: "server",
active: controller_name == "services"
) %>
<% if controller_name == "services" %>