Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
cd537155
Commit
cd537155
authored
Jun 04, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use https for Thymeleaf xmlns:layout
parent
a99131f7
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
view.html
...boot-autoconfigure/src/test/resources/templates/view.html
+1
-1
hello.html
...t-sample-devtools/src/main/resources/templates/hello.html
+1
-1
layout.html
...-sample-devtools/src/main/resources/templates/layout.html
+1
-1
layout.html
...ot-sample-web-ui/src/main/resources/templates/layout.html
+1
-1
form.html
...le-web-ui/src/main/resources/templates/messages/form.html
+1
-1
list.html
...le-web-ui/src/main/resources/templates/messages/list.html
+1
-1
view.html
...le-web-ui/src/main/resources/templates/messages/view.html
+1
-1
No files found.
spring-boot-autoconfigure/src/test/resources/templates/view.html
View file @
cd537155
<html
xmlns:th=
"https://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/web/thymeleaf/layout"
layout:decorator=
"layout"
>
<html
xmlns:th=
"https://www.thymeleaf.org"
xmlns:layout=
"http
s
://www.ultraq.net.nz/web/thymeleaf/layout"
layout:decorator=
"layout"
>
<head>
<title
layout:fragment=
"title"
>
Content
</title>
</head>
...
...
spring-boot-samples/spring-boot-sample-devtools/src/main/resources/templates/hello.html
View file @
cd537155
<!DOCTYPE html>
<html
xmlns:th=
"https://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/web/thymeleaf/layout"
xmlns:layout=
"http
s
://www.ultraq.net.nz/web/thymeleaf/layout"
layout:decorator=
"layout"
>
<head>
<title>
Hello
</title>
...
...
spring-boot-samples/spring-boot-sample-devtools/src/main/resources/templates/layout.html
View file @
cd537155
<!DOCTYPE html>
<html
xmlns:th=
"https://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/web/thymeleaf/layout"
>
xmlns:layout=
"http
s
://www.ultraq.net.nz/web/thymeleaf/layout"
>
<head>
<title>
Layout
</title>
<link
rel=
"stylesheet"
th:href=
"@{/css/application.css}"
/>
...
...
spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/layout.html
View file @
cd537155
<!DOCTYPE html>
<html
xmlns:th=
"https://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/web/thymeleaf/layout"
>
xmlns:layout=
"http
s
://www.ultraq.net.nz/web/thymeleaf/layout"
>
<head>
<title>
Layout
</title>
<link
rel=
"stylesheet"
th:href=
"@{/css/bootstrap.min.css}"
...
...
spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/messages/form.html
View file @
cd537155
<!DOCTYPE html>
<html
xmlns:th=
"https://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/web/thymeleaf/layout"
xmlns:layout=
"http
s
://www.ultraq.net.nz/web/thymeleaf/layout"
layout:decorator=
"layout"
>
<head>
<title>
Messages : Create
</title>
...
...
spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/messages/list.html
View file @
cd537155
<!DOCTYPE html>
<html
xmlns:th=
"https://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/web/thymeleaf/layout"
xmlns:layout=
"http
s
://www.ultraq.net.nz/web/thymeleaf/layout"
layout:decorator=
"layout"
>
<head>
<title>
Messages : View all
</title>
...
...
spring-boot-samples/spring-boot-sample-web-ui/src/main/resources/templates/messages/view.html
View file @
cd537155
<html
xmlns:th=
"https://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/web/thymeleaf/layout"
xmlns:layout=
"http
s
://www.ultraq.net.nz/web/thymeleaf/layout"
layout:decorator=
"layout"
>
<head>
<title>
Messages : View
</title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment