Fix Thymeleaf syntax for fragment replacement in asset creation pages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<body th:replace="fragments :: base(title='Select type to create', content=~{::content})">
|
||||
<body th:replace="~{fragments :: base(title='Select type to create', content=~{::content})}">
|
||||
<div th:fragment="content">
|
||||
Create a <span th:text="${descriptor.displayName}"></span>
|
||||
<form th:action="'/asset/'+${descriptor.getType()}" method="post">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<body th:replace="fragments :: base(title='Select type to create', content=~{::content})">
|
||||
<body th:replace="~{fragments :: base(title='Select type to create', content=~{::content})}">
|
||||
<div th:fragment="content">
|
||||
Create a new device
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user