File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
src/main/resources/bootstrap5 Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 77 Owner of the page.
88 </st : attribute >
99 <st : attribute name =" notitle" use =" optional" >
10- Hide the title on top of the page.
10+ Hide the title on top of the page. This option can also be used if you wish to add a more complex app bar.
1111 </st : attribute >
1212 <st : attribute name =" class" use =" optional" >
1313 Additional classes to be applied to the page body.
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 =" ${class}" >
3433 <d : invokeBody />
35-
3634 </div >
3735 </l : main-panel >
3836 </l : layout >
You can’t perform that action at this time.
0 commit comments