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:
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…
Reference in New Issue