Skip to content

Commit

Permalink
Fix breadcrumb title in DirectoryBrowserSupport (#9099)
Browse files Browse the repository at this point in the history
Fix breadcrumb title in DirectoryBrowserSupport

Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
  • Loading branch information
daniel-beck and daniel-beck committed Mar 30, 2024
1 parent 9882ec6 commit c8ee9ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.title} : ${path}">
<st:include page="sidepanel.jelly" it="${it.owner}"/>
<l:breadcrumb title="${%Workspace}" />
<l:breadcrumb title="${it.title}" />
<l:main-panel>
<h1><l:breakable value="${it.title}"/></h1>
<div class="dirTree">
Expand Down

0 comments on commit c8ee9ea

Please sign in to comment.