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 @@
+ + {{-- Mod Info Card --}}
@@ -27,44 +29,73 @@

{{ __('Created by') }} {{ $mod->users->pluck('name')->implode(', ') }}

{{ $mod->latestSptVersion->sptVersion->version }} {{ __('Compatible') }}

-

{{ $mod->total_downloads }} {{ __('Downloads') }}

+

{{ Number::format($mod->total_downloads) }} {{ __('Downloads') }}

-
-
- - {{-- Use an "onChange" listener to redirect the user to the selected tab URL. --}} - -
- -
-
- {{-- The description below is safe to write directly because it has been run though HTMLPurifier during the import process. --}} -

{!! Str::markdown($mod->description) !!}

+ {{-- Tabs --}} +
+
+ + {{-- dropdown select, for small screens --}} +
+ + Use an "onChange" listener to redirect the user to the selected tab URL. + +
+ + {{-- tab buttons --}} + +
+ + {{-- tab panels --}} +
+ {{-- The description below is safe to write directly because it has been run though HTMLPurifier during the import process. --}} +

{!! Str::markdown($mod->description) !!}

+
+
+

Versions on this page

+
+
+

The comments go here

+
+ {{-- --}}