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 ">
22 < head >
33 < title layout:fragment ="title "> Content</ title >
44 </ head >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< 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 "
44 layout:decorator ="layout ">
55< head >
66< title > Hello</ title >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< 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 ">
44< head >
55< title > Layout</ title >
66< link rel ="stylesheet " th:href ="@{/css/application.css} " />
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< 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 ">
44< head >
55< title > Layout</ title >
66< link rel ="stylesheet " th:href ="@{/css/bootstrap.min.css} "
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< 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 "
44 layout:decorator ="layout ">
55< head >
66< title > Messages : Create</ title >
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< 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 "
44 layout:decorator ="layout ">
55< head >
66< title > Messages : View all</ title >
Original file line number Diff line number Diff line change 11< 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 "
33 layout:decorator ="layout ">
44< head >
55< title > Messages : View</ title >
You can’t perform that action at this time.
0 commit comments