Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
apps
UI
Commits
0fb1682b
Commit
0fb1682b
authored
Oct 18, 2022
by
Sirieam Marie Hunke
Committed by
Kimia Beheshti
Oct 18, 2022
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Wrong BreadCrumb Definition
parent
5f153597
Branches
Branches containing commit
Tags
Tags containing commit
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({
},
watch
:
{
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
.
$t
(
"
breadcrumbs.home
"
).
toString
();
}
if
(
this
.
resource
&&
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
·
Oct 20, 2022
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
sign in
to comment