Commit 507c1e1a19c783afc276c4be5d81e8e753511b90

Authored by Андрей Ларионов
1 parent d06d952783

Баг с mailto

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

resources/views/employers/favorite.blade.php
... ... @@ -149,7 +149,7 @@
149 149 @if (!empty($it->email))
150 150 <div>
151 151 Электронный адрес
152   - <a href="emailto: {{ $it->email }}">{{ $it->email }}</a>
  152 + <a href="mailto: {{ $it->email }}">{{ $it->email }}</a>
153 153 </div>
154 154 @endif
155 155 @if (!empty($it->city))