WIP Add notifications preferences page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Râu Cao
2023-04-03 13:55:58 +02:00
parent 6848bd739c
commit 334b47353e
4 changed files with 21 additions and 3 deletions

View File

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