menu
This commit is contained in:
parent
9f5731f6cb
commit
454cdc93d8
@ -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
|
||||
|
@ -13,7 +13,7 @@
|
||||
Local Area
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/helsinki_turku"}
|
||||
Helsinki & Turkku
|
||||
Helsinki & Turku
|
||||
|
||||
%p.text-gray-900
|
||||
%nav.mt-6
|
||||
@ -41,6 +41,14 @@
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/living_here"}
|
||||
Living @ Feenix Info
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/code_of_conduct"}
|
||||
How to Apply
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/living_here"}
|
||||
Code of Conduct
|
||||
|
||||
|
||||
.col-span-2.sm:col-span-1
|
||||
%p.font-medium.text-gray-900 People
|
||||
%nav.mt-6{"aria-label" => "Footer Navigation - Hub Feenix"}
|
||||
|
@ -2,7 +2,7 @@
|
||||
.relative.flex.items-center.justify-between
|
||||
%a.inline-flex.items-center{"aria-label" => "Hub Feenix", :href => "/", :title => "Hub Feenix"}
|
||||
= image_tag("feenix_lintu.webp" , class: "h-20")
|
||||
%span.ml-2.text-xl.font-bold.text-gray-800 Residentcy @ Hub Feenix
|
||||
%span.ml-2.text-xl.font-bold.text-gray-800 Residency @ Hub Feenix
|
||||
%ul.flex.items-center.hidden.space-x-8.lg:flex
|
||||
- main_menu.each do |link , text|
|
||||
%li
|
||||
|
Loading…
Reference in New Issue
Block a user