diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php index d52d59c9a..afb0e7526 100644 --- a/resources/views/modules/item/show.blade.php +++ b/resources/views/modules/item/show.blade.php @@ -98,6 +98,10 @@ @if (! in_array('onprime', $module->where_to_use)) +
+ {!! ! empty($module->sort_desc) ? $module->sort_desc : strip_tags($module->description) !!} +
+ @if (! empty($module->cloud_information)) {!! $module->cloud_information !!} @else @@ -109,7 +113,7 @@ @endif @else
- {!! $module->description !!} + {!! ! empty($module->sort_desc) ? $module->sort_desc : strip_tags($module->description) !!}
@@ -165,7 +169,7 @@ @stack('installation_nav_start') - @if ($module->installation) + @if ($module->install && $module->installation) documentation) + @if ($module->install && $module->documentation) changelog) + @if ($module->install && $module->changelog) installation) + @if ($module->install && $module->installation) @@ -238,7 +242,7 @@ @stack('documentation_tab_start') - @if ($module->documentation) + @if ($module->install && $module->documentation) @@ -254,7 +258,7 @@ @stack('changelog_tab_start') - @if ($module->changelog) + @if ($module->install && $module->changelog)