Skip to content
Snippets Groups Projects
Commit 55b4af4e authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Gutscheine entfernt 2

parent 4d28e329
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -146,18 +146,6 @@ ul.metager-dropdown-menu {
width: 100%;
}
#gutscheine {
&>a {
display: inline-block;
&:first-child {
padding-right: 0;
}
&:first-child+a {
padding-left: 0;
}
}
}
@keyframes dropdown-animation {
0% {
max-height: 0px;
......
......@@ -37,11 +37,6 @@
<div @if(LaravelLocalization::getCurrentLocale() === "de") class="col-xs-4"@else class="col-xs-6"@endif>
<a class="btn btn-default" href="/">{!! trans('resultPage.startseite') !!}</a>
</div>
@if(LaravelLocalization::getCurrentLocale() === "de" && !$metager->validated)
<div class="col-xs-4">
<a class="btn btn-default" href="https://metager.de/gutscheine/">Gutscheine</a>
</div>
@endif
<div @if(LaravelLocalization::getCurrentLocale() === "de") class="col-xs-4"@else class="col-xs-6"@endif>
<a class="btn btn-default" href="/impressum/">{!! trans('resultPage.impressum') !!}</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment