From b63c313fa0fde0d74c97873cda54859479dddc5c Mon Sep 17 00:00:00 2001 From: Sean Fulmer <104225+defulmere@users.noreply.github.com> Date: Wed, 5 Feb 2020 13:48:22 -0700 Subject: [PATCH] fixes missing username on updates single incident view --- resources/views/single-incident.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/single-incident.blade.php b/resources/views/single-incident.blade.php index fe3e17ba..024bc2d7 100644 --- a/resources/views/single-incident.blade.php +++ b/resources/views/single-incident.blade.php @@ -46,7 +46,7 @@ - {{ trans('cachet.incidents.posted', ['timestamp' => $update->created_at_diff]) }} + {{ trans('cachet.incidents.posted', ['timestamp' => $update->created_at_diff,'username' => $update->user->username]) }}