Merge pull request #3935 from defulmere/2.4
Fix missing update author username on single incident view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user