From f6a87535a061707290391b775a2cfe6cf9f644d3 Mon Sep 17 00:00:00 2001 From: msquare Date: Sun, 5 May 2019 15:23:13 +0200 Subject: add help button to ical export for android, fixes #402 --- includes/pages/user_shifts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages') diff --git a/includes/pages/user_shifts.php b/includes/pages/user_shifts.php index 4ddc8f70..b5d975c2 100644 --- a/includes/pages/user_shifts.php +++ b/includes/pages/user_shifts.php @@ -289,7 +289,7 @@ function ical_hint() { $user = auth()->user(); - return heading(__('iCal export'), 2) + return heading(__('iCal export') . ' ' . button_help('user/ical'), 2) . '

' . sprintf( __('Export your own shifts. iCal format or JSON format available (please keep secret, otherwise reset the api key).'), page_link_to('ical', ['key' => $user->api_key]), -- cgit v1.2.3-54-g00ecf