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

It's confusing to see it on other profile pages
This commit is contained in:
Igor Scheller 2020-04-07 16:28:03 +02:00
parent cffd216aa9
commit a8333dd4d5
1 changed files with 1 additions and 1 deletions

View File

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