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 94b6a7c commit 50b18f9Copy full SHA for 50b18f9
src/main/resources/bootstrap5/page.jelly
@@ -25,14 +25,12 @@
25
26
<st:adjunct includes="io.jenkins.plugins.bootstrap5"/>
27
28
- <div class="container-fluid ${class}">
29
-
30
- <j:if test="${notitle == null}">
31
- <h1>${title}</h1>
32
- </j:if>
+ <j:if test="${notitle == null}">
+ <l:app-bar title="${title}"/>
+ </j:if>
33
+ <div class="container-fluid ${class}">
34
<d:invokeBody/>
35
36
</div>
37
</l:main-panel>
38
</l:layout>
0 commit comments