mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 10:42:16 +01:00
Added mail to inform users about still running time entries
This commit is contained in:
committed by
Constantin Graf
parent
855db81104
commit
8db0a7d25e
14
resources/views/emails/time-entry-still-running.blade.php
Normal file
14
resources/views/emails/time-entry-still-running.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
@component('mail::message')
|
||||
@if(empty($timeEntry->description))
|
||||
{{ __('Your currently running time entry is now running for more than 8 hours!') }}
|
||||
@else
|
||||
{{ __('Your currently running time entry ":description" is now running for more than 8 hours!', ['description' => $timeEntry->description]) }}
|
||||
@endif
|
||||
|
||||
{{ __('If you forgot to stop the Time Tracker you do that in solidtime:') }}
|
||||
|
||||
@component('mail::button', ['url' => $dashboardUrl])
|
||||
{{ __('Go to solidtime') }}
|
||||
@endcomponent
|
||||
|
||||
@endcomponent
|
||||
Reference in New Issue
Block a user