Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Soluris
Madis Cyber
Commits
2c460bb4
Commit
2c460bb4
authored
Aug 02, 2022
by
Jonathan Foucher
Browse files
remove unused code
parent
cc77c0c7
Pipeline
#29935
passed with stages
in 19 minutes and 41 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
resources/js/components/Menu/PageHeader.vue
View file @
2c460bb4
...
...
@@ -12,13 +12,7 @@
<nav
aria-label=
"breadcrumb"
>
<ol
class=
"breadcrumb float-sm-right"
>
<li
v-for=
"route in matched"
:key=
"route.name"
class=
"breadcrumb-item"
>
<span
v-if=
"route.path.includes(':id')"
>
<i
v-if=
"route.meta.icon"
:class=
"'fas ' + route.meta.icon"
></i>
<span>
{{
route
.
name
}}
</span>
</span>
<router-link
v-else
:to=
"route.path ? route.path : '/'"
>
<router-link
:to=
"route.path ? route.path : '/'"
>
<i
v-if=
"route.meta.icon"
:class=
"'fas ' + route.meta.icon"
></i>
<span
class=
"text-decoration-underline"
>
{{
route
.
name
}}
</span>
</router-link>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment