fixed routes and phone numbers in places list

This commit is contained in:
2026-06-17 08:23:54 +00:00
parent 3a7e8c30ac
commit 23b5b4a9b2
3 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -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"