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
666f5af3
Commit
666f5af3
authored
Feb 15, 2018
by
Dominik Hebeler
Browse files
Sponsorenlinks auf mobilversion sichtbar
parent
7e803651
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/index.blade.php
View file @
666f5af3
...
...
@@ -330,10 +330,10 @@
@
endsection
@
section
(
'optionalContent'
)
<
section
id
=
"moreInformation"
class
=
"
hidden-xs
"
>
<
section
id
=
"moreInformation"
class
=
""
>
<
h1
class
=
"hidden"
>
{{
trans
(
'index.sponsors.head.1'
)
}}
</
h1
>
<
div
class
=
"row"
>
<
div
id
=
"sponsors"
class
=
"col-sm-6"
>
<
div
id
=
"sponsors"
class
=
"col-sm-6
col-xs-12
"
>
<
h2
>
{{
trans
(
'index.sponsors.head.2'
)
}}
</
h2
>
<
ul
class
=
"startpage"
>
<
li
>
{
!!
trans
(
'index.sponsors.woxikon'
)
!!
}
</
li
>
...
...
@@ -341,7 +341,7 @@
<
li
>
{
!!
trans
(
'index.sponsors.gutscheine'
)
!!
}
</
li
>
</
ul
>
</
div
>
<
div
id
=
"about-us"
class
=
"col-sm-6"
>
<
div
id
=
"about-us"
class
=
"col-sm-6
hidden-xs
"
>
<
h2
>
<
a
href
=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
about
") }}"
>
{{
trans
(
'index.about.title'
)
}}
</
a
>
</
h2
>
...
...
Write
Preview
Supports
Markdown
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