Only show "iCal export and API" on own profile page

It's confusing to see it on other profile pages
main
Igor Scheller 5 years ago
parent cffd216aa9
commit a8333dd4d5

@ -664,7 +664,7 @@ function User_view(
page_link_to('user_shifts') page_link_to('user_shifts')
), true) ), true)
: '', : '',
ical_hint() $its_me ? ical_hint() : ''
] ]
); );
} }

Loading…
Cancel
Save