diff options
Diffstat (limited to 'includes/view/User_view.php')
-rw-r--r-- | includes/view/User_view.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/view/User_view.php b/includes/view/User_view.php index c9530307..a80eb096 100644 --- a/includes/view/User_view.php +++ b/includes/view/User_view.php @@ -518,7 +518,8 @@ function User_view($user_source, $admin_user_privilege, $freeloader, $user_angel _('Go to the <a href="%s">shifts table</a> to sign yourself up for some shifts.'), page_link_to('user_shifts') ), true) - : '' + : '', + ical_hint() ] ); } |