fixes missing username on updates single incident view

This commit is contained in:
Sean Fulmer
2020-02-05 13:48:22 -07:00
parent c92cc43042
commit b63c313fa0
+1 -1
View File
@@ -46,7 +46,7 @@
<small> <small>
<span data-toggle="tooltip" title=" <span data-toggle="tooltip" title="
{{ trans('cachet.incidents.posted_at', ['timestamp' => $update->created_at_formatted]) }}"> {{ trans('cachet.incidents.posted_at', ['timestamp' => $update->created_at_formatted]) }}">
{{ trans('cachet.incidents.posted', ['timestamp' => $update->created_at_diff]) }} {{ trans('cachet.incidents.posted', ['timestamp' => $update->created_at_diff,'username' => $update->user->username]) }}
</span> </span>
</small> </small>
</div> </div>