mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-04-25 13:52:21 +08:00
5 lines
No EOL
197 B
PHP
5 lines
No EOL
197 B
PHP
@if (empty($as_link))
|
|
{{ $thread->getActionPerson() }}
|
|
@elseif ($thread->created_by_user_cached)
|
|
<a href="{{ $thread->created_by_user_cached->url() }}">{{ $thread->getActionPerson() }}</a>
|
|
@endif |