This commit is contained in:
2023-05-06 16:33:08 +03:00
parent 9f5731f6cb
commit 454cdc93d8
3 changed files with 11 additions and 3 deletions

View File

@ -60,7 +60,7 @@ module ApplicationHelper
["/residency" , "Residency"] ]
end
def member_memu
items =[["/forum" ,"Forum"] , [main_app.member_path(current_member) , "Settings"]]
items =[ [main_app.member_path(current_member) , "Settings"]]
if !Rails.env.production?
items << [merged.pages_path(), "CMS" ]
end