We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6f237c commit 6ae4152Copy full SHA for 6ae4152
src/resources/views/public/_list-item.blade.php
@@ -1,6 +1,6 @@
1
<li class="object-list-item">
2
<a class="object-list-item-link" href="{{ $object->uri() }}" title="{{ $object->title }}">
3
- <span class="object-list-results-item-title">{{ $object->title }}</span>
+ <span class="object-list-item-title">{{ $object->title }}</span>
4
<span class="object-list-item-image-wrapper">
5
<img class="object-list-item-image" src="{{ $object->present()->image(null, 200) }}" alt="">
6
</span>
0 commit comments