From 28a80bc9996bfe41091fabb14b5fd1b9c92688ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Thu, 7 Dec 2017 00:49:39 +0300 Subject: [PATCH] App page image responsive issue solved --- resources/lang/en-GB/modules.php | 6 ++++++ resources/views/modules/item/show.blade.php | 24 +++++++++++++++------ 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/resources/lang/en-GB/modules.php b/resources/lang/en-GB/modules.php index 76f21cd17..b90e915b3 100644 --- a/resources/lang/en-GB/modules.php +++ b/resources/lang/en-GB/modules.php @@ -14,6 +14,12 @@ return [ 'no_apps' => 'There are no apps in this category, yet.', 'developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!', + 'about' => 'About', + + 'added' => 'Added', + 'updated' => 'Updated', + 'compatibility' => 'Compatibility', + 'installed' => ':module installed', 'uninstalled' => ':module uninstalled', 'updated' => ':module updated', diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php index edc580c45..e1fe18599 100644 --- a/resources/views/modules/item/show.blade.php +++ b/resources/views/modules/item/show.blade.php @@ -97,7 +97,7 @@
-

About

+

{{ trans('modules.about') }}

@@ -105,27 +105,27 @@ - + - + - + - + - + - + @@ -139,6 +139,16 @@ @endsection +@push('css') + +@endpush + @push('scripts')
Vendor{{ trans_choice('general.vendors', 1) }} {{ $module->vendor_name }}
Version{{ trans('footer.version') }} {{ $module->version }}
Added{{ trans('modules.added') }} {{ Date::parse($module->created_at)->format($date_format) }}
Updated{{ trans('modules.updated') }} {{ Date::parse($module->updated_at)->diffForHumans() }}
Compatibility{{ trans('modules.compatibility') }} {{ $module->compatibility }}
Category{{ trans_choice('general.categories', 1) }} {{ $module->category->name }}