Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MetaGer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
55
Issues
55
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
open-source
MetaGer
Commits
4791fad9
Commit
4791fad9
authored
Jan 06, 2021
by
Kim Höfer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add transparency page to sidebar
parent
584e8bce
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
resources/lang/de/sidebar.php
resources/lang/de/sidebar.php
+1
-0
resources/lang/en/sidebar.php
resources/lang/en/sidebar.php
+1
-0
resources/views/parts/sidebar.blade.php
resources/views/parts/sidebar.blade.php
+3
-0
No files found.
resources/lang/de/sidebar.php
View file @
4791fad9
...
...
@@ -26,6 +26,7 @@ return [
'nav26'
=>
'MetaGer-Fanshop'
,
'nav27'
=>
'MetaGer Maps'
,
'nav28'
=>
'Einstellungen'
,
'nav29'
=>
'Transparenzerklärung'
,
'navigationToggle'
=>
'Navigation anzeigen'
,
'titles.tips'
=>
'Tips'
,
'plugin'
=>
'MetaGer Plugin'
,
...
...
resources/lang/en/sidebar.php
View file @
4791fad9
...
...
@@ -26,6 +26,7 @@ return [
'nav26'
=>
'MetaGer-Fanshop'
,
'nav27'
=>
'MetaGer Maps'
,
'nav28'
=>
'Settings'
,
'nav29'
=>
'Transparency statement'
,
"navigationToggle"
=>
"show navigation"
,
'titles.tips'
=>
'Tips'
,
'plugin'
=>
'MetaGer Plugin'
,
...
...
resources/views/parts/sidebar.blade.php
View file @
4791fad9
...
...
@@ -91,6 +91,9 @@
<li>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
zitat-suche
/")
}}"
>
{{ trans('sidebar.nav22') }}
</a>
</li>
<li>
<a
href=
"{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "
/
transparency
/")
}}"
>
{{ trans('sidebar.nav29') }}
</a>
</li>
<li>
<a
href=
"{{ action('Assoziator@asso') }}"
>
{{ trans('sidebar.nav11') }}
</a>
</li>
...
...
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