remove forum
This commit is contained in:
parent
70bb999c13
commit
7eb49fafcd
@ -60,7 +60,7 @@ module ApplicationHelper
|
|||||||
["/volunteering" , "Volunteering"] ]
|
["/volunteering" , "Volunteering"] ]
|
||||||
end
|
end
|
||||||
def member_memu
|
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?
|
if !Rails.env.production?
|
||||||
items << [merged.pages_path(), "CMS" ]
|
items << [merged.pages_path(), "CMS" ]
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user