Skip to content

Commit 7234514

Browse files
committed
no need of an array
1 parent 8c317ff commit 7234514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/public/_list-item.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@if ($place->latitude && $place->longitude)
33
<a class="places-item-btn-map" href="" title="{{ __('db.Show on map') }}"><i class="fa fa-map-marker"></i><span class="sr-only">{{ __('db.Show on map') }}</span></a>
44
@endif
5-
<a class="places-item-link" href="{{ route($lang.'::place', array($place->slug)) }}" title="@lang('db.More')">
5+
<a class="places-item-link" href="{{ route($lang.'::place', $place->slug) }}" title="@lang('db.More')">
66
{{ $place->title }}
77
</a>
88
</li>

0 commit comments

Comments
 (0)