Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
4ae46a8d
Commit
4ae46a8d
authored
8 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
Verlinkung für Gutscheine auf der deutschen Version eingefügt
parent
c9d9596a
No related branches found
Branches containing commit
No related tags found
2 merge requests
!733
Development
,
!732
Verlinkung für Gutscheine auf der deutschen Version eingefügt
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
resources/lang/de/staticPages.php
+11
-1
11 additions, 1 deletion
resources/lang/de/staticPages.php
resources/views/layouts/staticPages.blade.php
+40
-0
40 additions, 0 deletions
resources/views/layouts/staticPages.blade.php
with
51 additions
and
1 deletion
resources/lang/de/staticPages.php
+
11
−
1
View file @
4ae46a8d
...
...
@@ -28,7 +28,17 @@ return [
'nav23'
=>
'Beitrittsformular SUMA-EV'
,
'nav24'
=>
'MetaGer Quellcode'
,
'nav25'
=>
'MetaGer App'
,
'gutscheineToggle'
=>
'... durch Gutscheine'
,
'gutscheine.1'
=>
'Gutscheine'
,
'gutscheine.2'
=>
'Congstar Gutscheine'
,
'gutscheine.3'
=>
'Check 24 Gutscheine'
,
'gutscheine.4'
=>
'Handyflash Gutscheine'
,
'gutscheine.5'
=>
'Groupon Gutscheine'
,
'gutscheine.6'
=>
'Medion Gutscheine'
,
'gutscheine.7'
=>
'Navabi Gutscheine'
,
'gutscheine.8'
=>
'Netcologne Gutscheine'
,
'gutscheine.9'
=>
'Teufel Gutscheine'
,
'gutscheine.10'
=>
'Alle Gutscheine'
,
'navigationToggle'
=>
'Navigation anzeigen'
,
'sumaev.1'
=>
'MetaGer wird entwickelt und betrieben vom '
,
...
...
This diff is collapsed.
Click to expand it.
resources/views/layouts/staticPages.blade.php
+
40
−
0
View file @
4ae46a8d
...
...
@@ -61,6 +61,46 @@
</li>
</ul>
</li>
@if(LaravelLocalization::getCurrentLocale() === "de")
<li
@
if
(
isset
($
navbarFocus
)
&&
$
navbarFocus =
==
'
gutscheine
')
class=
"dropdown active"
@
else
class=
"dropdown"
@
endif
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
role=
"button"
aria-haspopup=
"true"
aria-expanded=
"false"
>
{{ trans('staticPages.gutscheineToggle') }}
<span
class=
"caret"
></span></a>
<ul
class=
"dropdown-menu"
>
<li>
<a
href=
"https://metager.de/gutscheine"
>
{{ trans('staticPages.gutscheine.1') }}
</a>
</li>
<li
role=
"separator"
class=
"divider"
></li>
<li>
<a
href=
"https://metager.de/gutscheine/congstar/"
>
{{ trans('staticPages.gutscheine.2') }}
</a>
</li>
<li>
<a
href=
"https://metager.de/gutscheine/check24/"
>
{{ trans('staticPages.gutscheine.3') }}
</a>
</li>
<li>
<a
href=
"https://metager.de/gutscheine/handyflash/"
>
{{ trans('staticPages.gutscheine.4') }}
</a>
</li>
<li>
<a
href=
"https://metager.de/gutscheine/groupon/"
>
{{ trans('staticPages.gutscheine.5') }}
</a>
</li>
<li>
<a
href=
"https://metager.de/gutscheine/medion/"
>
{{ trans('staticPages.gutscheine.6') }}
</a>
</li>
<li>
<a
href=
"https://metager.de/gutscheine/navabi/"
>
{{ trans('staticPages.gutscheine.7') }}
</a>
</li>
<li>
<a
href=
"https://metager.de/gutscheine/netcologne/"
>
{{ trans('staticPages.gutscheine.8') }}
</a>
</li>
<li>
<a
href=
"https://metager.de/gutscheine/teufel/"
>
{{ trans('staticPages.gutscheine.9') }}
</a>
</li>
<li
role=
"separator"
class=
"divider"
></li>
<li>
<a
href=
"https://metager.de/gutscheine/alle-gutscheine/"
>
{{ trans('staticPages.gutscheine.10') }}
</a>
</li>
</ul>
</li>
@endif
<li
@
if
(
isset
($
navbarFocus
)
&&
$
navbarFocus =
==
'
datenschutz
')
class=
"active"
@
endif
>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
datenschutz
/")
}}"
id=
"navigationPrivacy"
>
{{ trans('staticPages.nav3') }}
</a>
</li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment