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