mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix issue with cart
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
</thead>
|
||||
<tbody class="divide-y divide-gray-200 dark:divide-gray-700 bg-white dark:bg-gray-800">
|
||||
@foreach($results as $result)
|
||||
@continue(!$result->release)
|
||||
<tr id="guid{{ $result->release->guid }}" class="hover:bg-gray-50 dark:hover:bg-gray-700">
|
||||
<td class="px-4 py-3">
|
||||
<input id="chk{{ substr($result->release->guid, 0, 7) }}"
|
||||
|
||||
Reference in New Issue
Block a user