Merge pull request #1248 from batuhawk/master

Compatibility deleted in core
This commit is contained in:
Batuhan Baş 2020-02-12 15:14:27 +03:00 committed by GitHub
commit 398d221fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>