Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
55b4af4e
Commit
55b4af4e
authored
Sep 13, 2017
by
Karl Hasselbring
Browse files
Gutscheine entfernt 2
parent
4d28e329
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/metager/static-pages.less
View file @
55b4af4e
...
...
@@ -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;
...
...
resources/views/layouts/resultPage.blade.php
View file @
55b4af4e
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment