Update all email notifications

This commit is contained in:
James Brooks
2017-01-04 20:25:41 +00:00
parent a7f06b5dc7
commit 38773c84ac
4 changed files with 8 additions and 11 deletions
@@ -81,7 +81,8 @@ class IncidentUpdatedNotification extends Notification
'new_status' => $this->update->human_status,
]))
->line($content)
->action('View Component', $this->update->link);
->action('View Incident', cachet_route('incident', [$this->update->incident]))
->line(trans('cachet.subscriber.unsubscribe', ['link' => cachet_route('subscribe.unsubscribe', $notifiable->verify_code)]));
}
/**