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
02c63076
Commit
02c63076
authored
2 years ago
by
Ashish Shetty
Committed by
Kimia Beheshti
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Change links on login page
parent
1e43b465
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!201
Release: Sprint Feb 10, 2023 - Sprint Feb 23, 2023
,
!200
Fix: Change links on login page
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/components/elements/Footer.vue
+1
-1
1 addition, 1 deletion
src/components/elements/Footer.vue
src/components/elements/Navbar.vue
+8
-1
8 additions, 1 deletion
src/components/elements/Navbar.vue
src/i18n/de.ts
+1
-0
1 addition, 0 deletions
src/i18n/de.ts
src/i18n/en.ts
+1
-0
1 addition, 0 deletions
src/i18n/en.ts
with
11 additions
and
2 deletions
src/components/elements/Footer.vue
+
1
−
1
View file @
02c63076
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
>
>
<b-navbar-nav>
<b-navbar-nav>
<!-- Coscine -->
<!-- Coscine -->
<b-nav-item
:href=
"$t('nav.url.
extrasHelp
').toString()"
target=
"_blank"
>
<b-nav-item
:href=
"$t('nav.url.
coscine
').toString()"
target=
"_blank"
>
<u>
{{
$t
(
"
nav.coscine
"
)
}}
</u>
<u>
{{
$t
(
"
nav.coscine
"
)
}}
</u>
</b-nav-item>
</b-nav-item>
<div
class=
"vl"
/>
<div
class=
"vl"
/>
...
...
This diff is collapsed.
Click to expand it.
src/components/elements/Navbar.vue
+
8
−
1
View file @
02c63076
...
@@ -4,13 +4,20 @@
...
@@ -4,13 +4,20 @@
<!-- Coscine Logo -->
<!-- Coscine Logo -->
<b-navbar-brand
id=
"coscineLogo"
>
<b-navbar-brand
id=
"coscineLogo"
>
<!-- Added conditional navigation to avoid navigation guard errors in the console -->
<!-- Added conditional navigation to avoid navigation guard errors in the console -->
<RouterLink
:to
=
"isLoggedIn
?
{ name: 'home' }
: ''
">
<RouterLink
v-if
=
"isLoggedIn
"
:to=
"
{ name: 'home' }">
<img
<img
alt=
"Coscine Logo"
alt=
"Coscine Logo"
src=
"@/assets/svg/coscine_white.svg"
src=
"@/assets/svg/coscine_white.svg"
class=
"mx-3"
class=
"mx-3"
/>
/>
</RouterLink>
</RouterLink>
<b-link
v-else
:href=
"$t('nav.url.coscine').toString()"
>
<img
alt=
"Coscine Logo"
src=
"@/assets/svg/coscine_white.svg"
class=
"mx-3"
/>
</b-link>
</b-navbar-brand>
</b-navbar-brand>
<b-navbar-toggle
target=
"nav-collapse"
class=
"b-0"
/>
<b-navbar-toggle
target=
"nav-collapse"
class=
"b-0"
/>
...
...
This diff is collapsed.
Click to expand it.
src/i18n/de.ts
+
1
−
0
View file @
02c63076
...
@@ -26,6 +26,7 @@ export default {
...
@@ -26,6 +26,7 @@ export default {
extrasDisclaimer
:
extrasDisclaimer
:
"
https://git.rwth-aachen.de/coscine/docs/public/terms/-/blob/master/PrivacyPolicy.md
"
,
"
https://git.rwth-aachen.de/coscine/docs/public/terms/-/blob/master/PrivacyPolicy.md
"
,
extrasImprint
:
"
https://www.coscine.de/imprint/
"
,
extrasImprint
:
"
https://www.coscine.de/imprint/
"
,
coscine
:
"
https://www.coscine.de/
"
,
},
},
}
as
VueI18n
.
LocaleMessageObject
,
}
as
VueI18n
.
LocaleMessageObject
,
...
...
This diff is collapsed.
Click to expand it.
src/i18n/en.ts
+
1
−
0
View file @
02c63076
...
@@ -26,6 +26,7 @@ export default {
...
@@ -26,6 +26,7 @@ export default {
extrasDisclaimer
:
extrasDisclaimer
:
"
https://git.rwth-aachen.de/coscine/docs/public/terms/-/blob/master/PrivacyPolicy.md
"
,
"
https://git.rwth-aachen.de/coscine/docs/public/terms/-/blob/master/PrivacyPolicy.md
"
,
extrasImprint
:
"
https://www.coscine.de/en/imprint/
"
,
extrasImprint
:
"
https://www.coscine.de/en/imprint/
"
,
coscine
:
"
https://www.coscine.de/en/
"
,
},
},
}
as
VueI18n
.
LocaleMessageObject
,
}
as
VueI18n
.
LocaleMessageObject
,
...
...
This diff is collapsed.
Click to expand it.
CoscineBot
@CoscineBot
mentioned in commit
0b690cc9
·
2 years ago
mentioned in commit
0b690cc9
mentioned in commit 0b690cc90809f2b5af46e69bc968a3d966a341e2
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