Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UI
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
apps
UI
Commits
fbb477e4
Commit
fbb477e4
authored
1 year ago
by
Sandra Westerhoff
Committed by
Petar Hristov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
New: Add reference for accessibility
parent
a7eddbf3
No related branches found
No related tags found
1 merge request
!284
Release: Sprint Nov 3, 2023 - Nov 16, 2023
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/components/elements/Footer.vue
+8
-0
8 additions, 0 deletions
src/components/elements/Footer.vue
src/components/elements/Navbar.vue
+7
-0
7 additions, 0 deletions
src/components/elements/Navbar.vue
src/i18n/de.ts
+2
-0
2 additions, 0 deletions
src/i18n/de.ts
src/i18n/en.ts
+2
-0
2 additions, 0 deletions
src/i18n/en.ts
with
19 additions
and
0 deletions
src/components/elements/Footer.vue
+
8
−
0
View file @
fbb477e4
...
...
@@ -26,6 +26,14 @@
>
<u>
{{
$t
(
"
nav.extrasImprint
"
)
}}
</u>
</b-nav-item>
<div
class=
"vl"
/>
<!-- Accessibility -->
<b-nav-item
:href=
"$t('nav.url.extrasAccessibility').toString()"
target=
"_blank"
>
<u>
{{
$t
(
"
nav.extrasAccessibility
"
)
}}
</u>
</b-nav-item>
</b-navbar-nav>
</b-collapse>
</b-navbar>
...
...
This diff is collapsed.
Click to expand it.
src/components/elements/Navbar.vue
+
7
−
0
View file @
fbb477e4
...
...
@@ -84,6 +84,13 @@
>
{{ $t("nav.extrasImprint") }}
</b-dropdown-item>
<!-- Accessibility -->
<b-dropdown-item
:href=
"$t('nav.url.extrasAccessibility').toString()"
target=
"_blank"
>
{{ $t("nav.extrasAccessibility") }}
</b-dropdown-item>
<!-- Contact -->
<b-dropdown-item
:href=
"'mailto:' + contactEmail"
target=
"_blank"
>
{{ $t("nav.extrasContact") }}
...
...
This diff is collapsed.
Click to expand it.
src/i18n/de.ts
+
2
−
0
View file @
fbb477e4
...
...
@@ -13,6 +13,7 @@ export default {
extrasHelp
:
"
Hilfe
"
,
extrasDisclaimer
:
"
Disclaimer
"
,
extrasImprint
:
"
Impressum
"
,
extrasAccessibility
:
"
Barrierefreiheit
"
,
extrasContact
:
"
Kontakt
"
,
user
:
"
{displayName}
"
,
userProfile
:
"
Nutzerprofil
"
,
...
...
@@ -26,6 +27,7 @@ export default {
extrasDisclaimer
:
"
https://git.rwth-aachen.de/coscine/docs/public/terms/-/blob/master/PrivacyPolicy.md
"
,
extrasImprint
:
"
https://www.coscine.de/imprint/
"
,
extrasAccessibility
:
"
https://git.rwth-aachen.de/coscine/docs/public/terms/-/blob/master/Accessibility.md
"
,
coscine
:
"
https://www.coscine.de/
"
,
},
}
as
VueI18n
.
LocaleMessageObject
,
...
...
This diff is collapsed.
Click to expand it.
src/i18n/en.ts
+
2
−
0
View file @
fbb477e4
...
...
@@ -13,6 +13,7 @@ export default {
extrasHelp
:
"
Help
"
,
extrasDisclaimer
:
"
Disclaimer
"
,
extrasImprint
:
"
Imprint
"
,
extrasAccessibility
:
"
Accessibility
"
,
extrasContact
:
"
Contact
"
,
user
:
"
{displayName}
"
,
userProfile
:
"
User Profile
"
,
...
...
@@ -26,6 +27,7 @@ export default {
extrasDisclaimer
:
"
https://git.rwth-aachen.de/coscine/docs/public/terms/-/blob/master/PrivacyPolicy.md
"
,
extrasImprint
:
"
https://www.coscine.de/en/imprint/
"
,
extrasAccessibility
:
"
https://git.rwth-aachen.de/coscine/docs/public/terms/-/blob/master/Accessibility.md
"
,
coscine
:
"
https://www.coscine.de/en/
"
,
},
}
as
VueI18n
.
LocaleMessageObject
,
...
...
This diff is collapsed.
Click to expand it.
CoscineBot
@CoscineBot
mentioned in commit
c842ca39
·
1 year ago
mentioned in commit
c842ca39
mentioned in commit c842ca39d1fd9c5026e1313602bdd4058365046e
Toggle commit list
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