Skip to content

Commit 50b18f9

Browse files
committed
use app bar for the page
Signed-off-by: Lewis Birks <[email protected]>
1 parent 94b6a7c commit 50b18f9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/main/resources/bootstrap5/page.jelly

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@
2525

2626
<st:adjunct includes="io.jenkins.plugins.bootstrap5"/>
2727

28-
<div class="container-fluid ${class}">
29-
30-
<j:if test="${notitle == null}">
31-
<h1>${title}</h1>
32-
</j:if>
28+
<j:if test="${notitle == null}">
29+
<l:app-bar title="${title}"/>
30+
</j:if>
3331

32+
<div class="container-fluid ${class}">
3433
<d:invokeBody/>
35-
3634
</div>
3735
</l:main-panel>
3836
</l:layout>

0 commit comments

Comments
 (0)