Add settings for member statuses
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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" %>
|
||||
|
||||
Reference in New Issue
Block a user