Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
FAIDARE
Commits
eba06a28
Commit
eba06a28
authored
Sep 02, 2021
by
Exbrayat Cédric
Browse files
fix: home template
The home template does not compile because of the missing script parameter
parent
f575a299
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/src/main/resources/templates/index.html
View file @
eba06a28
...
...
@@ -2,7 +2,7 @@
<html
xmlns:th=
"http://www.thymeleaf.org"
th:replace=
"~{layout/main :: layout(title=~{::title}, content=~{::main})}"
th:replace=
"~{layout/main :: layout(title=~{::title}, content=~{::main}
, script=~{}
)}"
>
<head>
<title>
Faidare
</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