Show the scheduled time if applicable. Closes #799

This commit is contained in:
James Brooks
2015-08-13 23:23:18 +01:00
parent 1965dbb3e7
commit b68647df8e
5 changed files with 17 additions and 1 deletions
@@ -70,6 +70,7 @@ class SendMaintenanceEmailNotificationHandler
'status' => $data->humanStatus,
'htmlContent' => $data->formattedMessage,
'textContent' => $data->message,
'scheduled_at' => $data->scheduled_at_formatted,
'token' => $subscriber->token,
'unsubscribeLink' => route('subscribe.unsubscribe', ['code' => $subscriber->verify_code]),
'appUrl' => env('APP_URL'),