File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
spring-boot-autoconfigure/src/test/resources/templates
spring-boot-sample-devtools/src/main/resources/templates
spring-boot-sample-web-ui/src/main/resources/templates Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- < html xmlns:th ="https://www.thymeleaf.org " xmlns:layout ="http ://www.ultraq.net.nz/web/thymeleaf/layout " layout:decorator ="layout ">
1
+ < html xmlns:th ="https://www.thymeleaf.org " xmlns:layout ="https ://www.ultraq.net.nz/web/thymeleaf/layout " layout:decorator ="layout ">
2
2
< head >
3
3
< title layout:fragment ="title "> Content</ title >
4
4
</ head >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html xmlns:th ="https://www.thymeleaf.org "
3
- xmlns:layout ="http ://www.ultraq.net.nz/web/thymeleaf/layout "
3
+ xmlns:layout ="https ://www.ultraq.net.nz/web/thymeleaf/layout "
4
4
layout:decorator ="layout ">
5
5
< head >
6
6
< title > Hello</ title >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html xmlns:th ="https://www.thymeleaf.org "
3
- xmlns:layout ="http ://www.ultraq.net.nz/web/thymeleaf/layout ">
3
+ xmlns:layout ="https ://www.ultraq.net.nz/web/thymeleaf/layout ">
4
4
< head >
5
5
< title > Layout</ title >
6
6
< link rel ="stylesheet " th:href ="@{/css/application.css} " />
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html xmlns:th ="https://www.thymeleaf.org "
3
- xmlns:layout ="http ://www.ultraq.net.nz/web/thymeleaf/layout ">
3
+ xmlns:layout ="https ://www.ultraq.net.nz/web/thymeleaf/layout ">
4
4
< head >
5
5
< title > Layout</ title >
6
6
< link rel ="stylesheet " th:href ="@{/css/bootstrap.min.css} "
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html xmlns:th ="https://www.thymeleaf.org "
3
- xmlns:layout ="http ://www.ultraq.net.nz/web/thymeleaf/layout "
3
+ xmlns:layout ="https ://www.ultraq.net.nz/web/thymeleaf/layout "
4
4
layout:decorator ="layout ">
5
5
< head >
6
6
< title > Messages : Create</ title >
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html xmlns:th ="https://www.thymeleaf.org "
3
- xmlns:layout ="http ://www.ultraq.net.nz/web/thymeleaf/layout "
3
+ xmlns:layout ="https ://www.ultraq.net.nz/web/thymeleaf/layout "
4
4
layout:decorator ="layout ">
5
5
< head >
6
6
< title > Messages : View all</ title >
Original file line number Diff line number Diff line change 1
1
< html xmlns:th ="https://www.thymeleaf.org "
2
- xmlns:layout ="http ://www.ultraq.net.nz/web/thymeleaf/layout "
2
+ xmlns:layout ="https ://www.ultraq.net.nz/web/thymeleaf/layout "
3
3
layout:decorator ="layout ">
4
4
< head >
5
5
< title > Messages : View</ title >
You can’t perform that action at this time.
0 commit comments