Commit 6dc3be29cc1e00f9c9a1e57f6c55a0454530a2c8
Exists in
master
Merge branch 'master' of http://gitlab.nologostudio.ru/alarionov/rekamore-su
Showing 1 changed file Side-by-side Diff
resources/views/info_company_new.blade.php
... | ... | @@ -101,13 +101,9 @@ |
101 | 101 | @endif |
102 | 102 | |
103 | 103 | @if (!empty($company[0]->logo)) |
104 | - <a href="{{ asset(Storage::url($company[0]->logo)) }}" data-fancybox="gallery" class="review-image-modal"> | |
105 | - <img src="{{ asset(Storage::url($company[0]->logo)) }}" alt="{{ $company[0]->name_company }}" class="thing__pic"> | |
106 | - </a> | |
104 | + <img src="{{ asset(Storage::url($company[0]->logo)) }}" alt="{{ $company[0]->name_company }}" class="thing__pic"> | |
107 | 105 | @else |
108 | - <a href="{{ asset('images/logo_emp.png') }}" data-fancybox="gallery" class="review-image-modal"> | |
109 | - <img src="{{ asset('images/logo_emp.png') }}" alt="{{ $company[0]->name_company }}" class="thing__pic"> | |
110 | - </a> | |
106 | + <img src="{{ asset('images/logo_emp.png') }}" alt="{{ $company[0]->name_company }}" class="thing__pic"> | |
111 | 107 | @endif |
112 | 108 | |
113 | 109 | <h1 class="thing__title">{{ $company[0]->name_company }}</h1> |