Merge pull request #3935 from defulmere/2.4

Fix missing update author username on single incident view
This commit is contained in:
James Brooks
2020-04-07 19:09:55 +01:00
committed by GitHub

View File

@@ -46,7 +46,7 @@
<small>
<span data-toggle="tooltip" title="
{{ 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>
</small>
</div>