fixed routes and phone numbers in places list
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<td><a class="text-indigo-600 hover:text-indigo-900 transition-colors"
|
||||
href="{{ $place->url }}">{{ $place->name }}</a></td>
|
||||
<td>{{ $place->address ?? '—' }}</td>
|
||||
<td>{{ $place->phone }}</td>
|
||||
<td>{{ $place->formattedPhone }}</td>
|
||||
<td class="text-center">
|
||||
<a href="#" title="Показать на карте"
|
||||
class="text-gray-500 hover:text-blue-600 transition-colors flex items-center justify-center"
|
||||
|
||||
Reference in New Issue
Block a user