link in values, changed layout
This commit is contained in:
@ -31,7 +31,7 @@ module ApplicationHelper
|
||||
["/about" , "About"], ]
|
||||
end
|
||||
def member_memu
|
||||
items =[["/forum" ,"Forum"] , [main_app.settings_members_path , "Settings"]]
|
||||
items =[ [main_app.settings_members_path , "Settings"]]
|
||||
if !Rails.env.production?
|
||||
items << [merged.pages_path(), "CMS" ]
|
||||
end
|
||||
|
@ -32,9 +32,12 @@
|
||||
%li.border-white.border-x.py-2.px-4.hover:bg-gray-50.hover:border-gray-700
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/about"}
|
||||
About
|
||||
%li.border-white.border-x.py-2.px-4.hover:bg-gray-50.hover:border-gray-700
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/our_values"}
|
||||
Our Values
|
||||
%li.border-white.border-x.py-2.px-4.hover:bg-gray-50.hover:border-gray-700
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/code_of_conduct"}
|
||||
Code of Conduct
|
||||
Code of Conduct
|
||||
.col-span-2.sm:col-span-1
|
||||
%p.font-medium.text-gray-900 Event Spaces
|
||||
%nav.mt-6{"aria-label" => "Footer Navigation - Hub Feenix"}
|
||||
|
Reference in New Issue
Block a user