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
0fb1682b
Commit
0fb1682b
authored
2 years ago
by
Sirieam Marie Hunke
Committed by
Kimia Beheshti
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Wrong BreadCrumb Definition
parent
5f153597
No related branches found
No related tags found
2 merge requests
!134
Release: Sprint/2022 20 :robot:
,
!130
Fix: Wrong BreadCrumb Definition
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/elements/BreadCrumbs.vue
+6
-3
6 additions, 3 deletions
src/components/elements/BreadCrumbs.vue
yarn.lock-workspace
+588
-841
588 additions, 841 deletions
yarn.lock-workspace
with
594 additions
and
844 deletions
src/components/elements/BreadCrumbs.vue
+
6
−
3
View file @
0fb1682b
...
@@ -128,9 +128,12 @@ export default defineComponent({
...
@@ -128,9 +128,12 @@ export default defineComponent({
},
},
watch
:
{
watch
:
{
crumbs
()
{
crumbs
()
{
let
title
=
let
title
=
this
.
$t
(
"
breadcrumbs.home
"
).
toString
();
if
(
this
.
crumbs
&&
this
.
crumbs
.
length
)
{
title
=
this
.
crumbs
.
map
((
n
)
=>
n
.
text
).
at
(
-
1
)
??
this
.
crumbs
.
map
((
n
)
=>
n
.
text
).
at
(
-
1
)
??
this
.
$t
(
"
breadcrumbs.home
"
).
toString
();
this
.
$t
(
"
breadcrumbs.home
"
).
toString
();
}
if
(
if
(
this
.
resource
&&
this
.
resource
&&
this
.
resource
.
type
&&
this
.
resource
.
type
&&
...
...
This diff is collapsed.
Click to expand it.
yarn.lock-workspace
+
588
−
841
View file @
0fb1682b
This diff is collapsed.
Click to expand it.
CoscineBot
@CoscineBot
mentioned in commit
886b9035
·
2 years ago
mentioned in commit
886b9035
mentioned in commit 886b90350b9097edfd1d2b16ed90e9600d0d9dc8
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