compatibility deleted in core

This commit is contained in:
batuhanbas 2020-02-12 15:13:37 +03:00
parent 2c7b15b331
commit ab313bb212
2 changed files with 0 additions and 12 deletions

View File

@ -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>

View File

@ -225,12 +225,6 @@
<td class="col-7 text-right">{{ Date::parse($module->updated_at)->diffForHumans() }}</td>
</tr>
@endif
@if ($module->compatibility)
<tr class="row">
<th class="col-5">{{ trans('modules.compatibility') }}</th>
<td class="col-7 text-right">{{ $module->compatibility }}</td>
</tr>
@endif
@if ($module->category)
<tr class="row">
<th class="col-5">{{ trans_choice('general.categories', 1) }}</th>