This commit is contained in:
Torsten 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

View File

@ -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"}

View File

@ -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