WIP Add notifications preferences page
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:
@@ -7,5 +7,6 @@
|
||||
active: current_page?(setting_path(:account))
|
||||
) %>
|
||||
<%= render SidenavLinkComponent.new(
|
||||
name: "Security", path: "#", icon: "shield", disabled: true
|
||||
name: "Notifications", path: setting_path(:notifications), icon: "bell",
|
||||
active: current_page?(setting_path(:notifications))
|
||||
) %>
|
||||
|
||||
Reference in New Issue
Block a user