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