Skip to content

Commit 58a9b67

Browse files
committed
Change jelly
1 parent 8203208 commit 58a9b67

File tree

1 file changed

+1
-4
lines changed
  • core/src/main/resources/hudson/model/DirectoryBrowserSupport

1 file changed

+1
-4
lines changed

core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir.jelly

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ THE SOFTWARE.
3535
<div class="parentPath">
3636
<form>
3737
<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>
38+
${it.owner.displayName}
4239
</a> /
4340
<j:forEach var="p" items="${parentPath}">
4441
<a href="${p.href}">${p.title}</a>

0 commit comments

Comments
 (0)