-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
[JENKINS-67396] Update link and breadcrumb dropdowns #6084
Changes from 46 commits
e75d08c
f35f074
fecfc70
384d3e8
deac385
184dbc6
3470703
a5a24a9
efb243a
37f2707
6e5c40d
f1d9818
b278d33
ad347d6
c126f7a
34a86c5
29c7114
9476243
5c4c478
d18bbc6
8abb6c3
9adbd5d
9aff120
d4eafef
279911c
c6bb759
ef27fb3
745f517
7bcf1f0
c4be993
401abf6
ee6c5fd
989a0bc
7ef9976
5271949
6ac682f
94876d2
1e3f68d
ea6fc46
f9aa5ba
f0726b9
c49c9e8
526035c
35c2fc5
806563d
14273f3
d735301
9de15cf
3e2324f
6231a50
16c0585
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?jelly escape-by-default='true'?> | ||
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:i="jelly:fmt" xmlns:x="jelly:xml"> | ||
<header id="header" class="page-header"> | ||
<header id="page-header" class="page-header"> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This looks like it could easily break some stuff inadvertently. Is there a good reason for this change? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah I had to remove the div that wraps the header and breadcrumb bar as it was breaking how |
||
<div class="page-header__brand"> | ||
<div class="logo"> | ||
<a id="jenkins-home-link" href="${rootURL}/"> | ||
|
@@ -56,7 +56,7 @@ | |
<j:set var="userName" value="${user.fullName}"/> | ||
</j:otherwise> | ||
</j:choose> | ||
<a href="${rootURL}/${user.url}" class="model-link inside inverse"> | ||
<a href="${rootURL}/${user.url}" class="model-link"> | ||
<l:svgIcon | ||
class="am-monitor-icon" > | ||
<use href="${resURL}/images/material-icons/svg-sprite-social-symbol.svg#ic_person_24px"></use> | ||
|
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.
Caused SECURITY-2780