compatibility deleted in core
This commit is contained in:
@@ -123,12 +123,6 @@
|
||||
<td class="text-right">{{ Date::parse($module->updated_at)->diffForHumans() }}</td>
|
||||
</tr>
|
||||
@endif
|
||||
@if ($module->compatibility)
|
||||
<tr>
|
||||
<th>{{ trans('modules.compatibility') }}</th>
|
||||
<td class="text-right">{{ $module->compatibility }}</td>
|
||||
</tr>
|
||||
@endif
|
||||
@if ($module->category)
|
||||
<tr>
|
||||
<th>{{ trans_choice('general.categories', 1) }}</th>
|
||||
|
||||
Reference in New Issue
Block a user