Skip to content
Snippets Groups Projects
Commit 75897073 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fix partnershops

parent 8e2a83a9
No related branches found
No related tags found
1 merge request!2114fix partnershops
......@@ -8,8 +8,7 @@ volumes:
# Services
services:
fpm:
build:
&fpm_build
build: &fpm_build
context: ./
dockerfile: build/fpm/Dockerfile
target: ${APP_ENV}
......@@ -35,7 +34,7 @@ services:
volumes:
- ./metager/public:/metager/metager_app/public
ports:
- 8080:8080
- 80:8080
healthcheck:
test: "curl -f http://nginx:8080/health-check/nginx"
scheduler:
......
File moved
File moved
......@@ -417,7 +417,7 @@
.result-open,
.result-open-newtab,
.result-open-metagerkey {
.result-open-key {
&,
&:active,
&:hover,
......
......@@ -13,9 +13,9 @@
<a class="result-link" href="{{ $ad->link }}" target="{{ $metager->getNewtab() }}" referrerpolicy="no-referrer-when-downgrade" tabindex="-1">
<span>{{ $ad->anzeigeLink }}</span>
@if(\App\Localization::getLanguage() === "de")
<img src="/img/mark-de.svg" alt="Mark">
<img src="/img/100-de.svg" alt="Mark">
@else
<img src="/img/mark-en.svg" alt="Mark">
<img src="/img/100-en.svg" alt="Mark">
@endif
</a>
</div>
......@@ -32,7 +32,7 @@
<a class="result-open-newtab" href="{{ $ad->link }}" target="_blank" rel="noopener" referrerpolicy="no-referrer-when-downgrade">
{!! trans('result.options.6') !!}
</a>
<a class="result-open-metagerkey" title="@lang('result.metagerkeytext')" href="{{ app(\App\Models\Authorization\Authorization::class)->getAdfreeLink() }}" target="_blank">
<a class="result-open-key" title="@lang('result.metagerkeytext')" href="{{ app(\App\Models\Authorization\Authorization::class)->getAdfreeLink() }}" target="_blank">
@lang('result.options.8')
</a>
</div>
......
......@@ -29,7 +29,7 @@
</a>
@if( isset($result->partnershop) && $result->partnershop === TRUE)
<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/partnershops") }}" target="_blank" class="badge" rel="noopener">
<span>{!! trans('result.options.4') !!}</span>
<div>{!! trans('result.options.4') !!}</div>
</a>
@endif
</div>
......@@ -81,7 +81,7 @@
</a>
@endif
@if( isset($result->partnershop) && $result->partnershop === TRUE)
<a class="result-open-metagerkey" title="@lang('result.metagerkeytext')" href="{{ app(\App\Models\Authorization\Authorization::class)->getAdfreeLink() }}" target="_blank">
<a class="result-open-key" title="@lang('result.metagerkeytext')" href="{{ app(\App\Models\Authorization\Authorization::class)->getAdfreeLink() }}" target="_blank">
@lang('result.options.8')
</a>
@else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment