-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BC-7618 - Missing breadcrumbs #3476
Conversation
views/lib/loggedin.hbs
Outdated
@@ -255,6 +255,17 @@ | |||
<div class="container-fluid"> | |||
<div class="row" id="titlebar"> | |||
<div class="col-sm-9"> | |||
<div style="margin-bottom: 0.4rem; font-size: 14px;"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix formating
should the if not contain the div? If no breadcrumbs, there would be a div which has some size. Is this wanted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
views/lib/loggedin.hbs
Outdated
@@ -121,7 +121,7 @@ | |||
<a class="sc-branding" href="/" title="{{$t "global.link.landing"}}" data-testid="{{$t "global.link.landing"}}"> | |||
<div class="cloud-logo"></div> | |||
</a> | |||
{{#if breadcrumb}} | |||
{{!-- {{#if breadcrumb}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be removed instead of commented
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
views/lib/loggedin.hbs
Outdated
<span> | ||
{{#each this.breadcrumbs}} | ||
{{#if this.title}} | ||
<a class="{{#if @last}}active{{/if}}" href="{{this.url}}">{{{stripOnlyScript this.title}}} </a> / |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the space before closing
you could add remove the space and /
but that is also not good.... best is to use css
Quality Gate passedIssues Measures |
Description
Links to Tickets or other pull requests
https://ticketsystem.dbildungscloud.de/browse/BC-7618
Changes
Data Security
Deployment
New Repos, NPM packages or vendor scripts
Screenshots of UI changes
Approval for review