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
32cdba42
Commit
32cdba42
authored
Jul 20, 2016
by
Dominik Hebeler
Browse files
Beta Beschriftung für den Sprachschalter eingefügt
parent
3e7a23dd
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/layouts/staticPages.blade.php
View file @
32cdba42
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<span
class=
"caret"
></span></a>
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu"
>
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
<li><a
rel=
"alternate"
hreflang=
"{{$localeCode}}"
href=
"{{LaravelLocalization::getLocalizedURL($localeCode) }}"
>
{{{ $properties['native'] }}}
</a></li>
<li><a
rel=
"alternate"
hreflang=
"{{$localeCode}}"
href=
"{{LaravelLocalization::getLocalizedURL($localeCode) }}"
>
{{{ $properties['native'] }}}
@if($properties['native'] !== "Deutsch") (Beta) @endif
</a></li>
@endforeach
@endforeach
</ul>
</ul>
</li>
</li>
...
...
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