We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8203208 commit 58a9b67Copy full SHA for 58a9b67
core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir.jelly
@@ -35,10 +35,7 @@ THE SOFTWARE.
35
<div class="parentPath">
36
<form>
37
<a href="${topPath}">
38
- <j:choose>
39
- <j:when test="${empty(it.owner.name)}">${%Root}</j:when>
40
- <j:otherwise>${it.owner.displayName}</j:otherwise>
41
- </j:choose>
+ ${it.owner.displayName}
42
</a> /
43
<j:forEach var="p" items="${parentPath}">
44
<a href="${p.href}">${p.title}</a>
0 commit comments