mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-04-27 14:12:23 +08:00
1 line
No EOL
876 B
PHP
1 line
No EOL
876 B
PHP
@if ($conversation->status == App\Conversation::STATUS_CLOSED && $folder->type != App\Folder::TYPE_CLOSED)<i class="glyphicon glyphicon-lock text-help" title="{{ __('Closed') }}" data-toggle="tooltip"></i> @endif{{ '' }}@if ($conversation->status == App\Conversation::STATUS_SPAM && $folder->type != App\Folder::TYPE_SPAM)<i class="glyphicon glyphicon-ban-circle text-help" title="{{ __('Spam') }}" data-toggle="tooltip"></i> @endif{{ '' }}@if ($conversation->state == App\Conversation::STATE_DELETED && $folder->type != App\Folder::TYPE_DELETED)<i class="glyphicon glyphicon-trash text-help" title="{{ __('Deleted') }}" data-toggle="tooltip"></i> @endif{{ '' }}@if ($conversation->state == App\Conversation::STATE_DRAFT && $folder->type != App\Folder::TYPE_DRAFTS)<i class="glyphicon glyphicon-duplicate text-help" title="{{ __('Drafts') }}" data-toggle="tooltip"></i> @endif |