File tree 2 files changed +2
-2
lines changed
core/src/main/resources/lib/layout
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ THE SOFTWARE.
43
43
</st : documentation >
44
44
45
45
<j : if test =" ${mode=='breadcrumbs'}" >
46
- <j : set var =" hasLink" value =" ${!( attrs.href == null or h.hyperlinkMatchesCurrentPage(attrs.href)) }" />
46
+ <j : set var =" hasLink" value =" ${attrs.href != null}" />
47
47
<li id =" ${attrs.id}" class =" jenkins-breadcrumbs__list-item" aria-current =" ${hasLink ? null : 'page'}" >
48
48
<j : choose >
49
49
<j : when test =" ${!hasLink}" >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ THE SOFTWARE.
47
47
<j : if test =" ${h.isModel(anc.object) and anc.prev.url!=anc.url}" >
48
48
<j : set var =" mode" value =" breadcrumbs" />
49
49
<l : breadcrumb title =" ${anc.object == app ? '%Dashboard' : anc.object.displayName}"
50
- href =" ${contents.length() == 0 and (index == request.ancestors.size() - 1) ? null : anc.url + '/'} "
50
+ href =" ${anc.url}/ "
51
51
hasMenu =" ${h.isModelWithContextMenu(anc.object)}" />
52
52
<j : choose >
53
53
<j : when test =" ${h.isModelWithChildren(anc.object)}" >
You can’t perform that action at this time.
0 commit comments