diff --git a/resources/views/mod/show.blade.php b/resources/views/mod/show.blade.php index 3d8012a..1f025d6 100644 --- a/resources/views/mod/show.blade.php +++ b/resources/views/mod/show.blade.php @@ -8,6 +8,8 @@
{{ __('Created by') }} {{ $mod->users->pluck('name')->implode(', ') }}
{{ $mod->latestSptVersion->sptVersion->version }} {{ __('Compatible') }}
-{{ $mod->total_downloads }} {{ __('Downloads') }}
+{{ Number::format($mod->total_downloads) }} {{ __('Downloads') }}
{!! Str::markdown($mod->description) !!}
+ {{-- Tabs --}} +{!! Str::markdown($mod->description) !!}
+Versions on this page
+The comments go here
+