mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-05-03 15:12:37 +08:00
1 line
No EOL
259 B
PHP
1 line
No EOL
259 B
PHP
@if ($thread->created_by_user_id == $user->id){{ __("you") }}@elseif ($thread->created_by_user){{ '' }}@filter('thread.action_person', $thread->created_by_user->getFullName(true), $thread, '')@else{{ '' }}@filter('thread.action_person', '', $thread, '')@endif |