show profiles good

This commit is contained in:
2023-01-22 11:36:35 +02:00
parent 080e02a1f3
commit a2fe816cc8
8 changed files with 66 additions and 44 deletions

View File

@ -13,12 +13,14 @@
%ul.space-y-6.px-20
- main_menu.each do |link , text|
%li
%a.font-medium.tracking-wide.text-xl{ :href => "/#{link}" , :title => text }= text
%a.w-full.h-full.block.tracking-wide.text-xl.p-2.rounded-lg.hover:bg-cyan-200{ :href => link , :title => text}
= text
%li
%hr
- mobile_menu.each do |link , text|
%li
%a.font-medium.tracking-wide.text-xl{ :href => "/#{link}" , :title => text }= text
%a.w-full.h-full.block.tracking-wide.text-xl.p-2.rounded-lg.hover:bg-cyan-200{ :href => link , :title => text}
= text
:javascript
var drop_hidden = true;
function menu_on() {