mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove country flag
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-400">{{ $user->host ?? 'N/A' }}</td>
|
||||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-400">
|
||||
@if(!empty($user->country_code))
|
||||
<span title="{{ $user->country_name }}">{{ $user->country_flag }} {{ $user->country_code }}</span>
|
||||
<span title="{{ $user->country_name }}">{{ $user->country_code }}</span>
|
||||
@else
|
||||
N/A
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user