diff --git a/resources/views/user/show.blade.php b/resources/views/user/show.blade.php index 5c4a67b..fb29e5a 100644 --- a/resources/views/user/show.blade.php +++ b/resources/views/user/show.blade.php @@ -75,8 +75,8 @@ {{-- Mods --}} -
- @if($mods) +
+ @if($mods->count())
{{ $mods->links() }}
@@ -89,7 +89,9 @@ {{ $mods->links() }}
@else -

{{ __('This user has not yet published any mods.') }}

+

+ {{ __('This user has not yet published any mods.') }} +

@endif