Rewrite in Java #1
@@ -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">
|
<div th:fragment="content">
|
||||||
Create a <span th:text="${descriptor.displayName}"></span>
|
Create a <span th:text="${descriptor.displayName}"></span>
|
||||||
<form th:action="'/asset/'+${descriptor.getType()}" method="post">
|
<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">
|
<div th:fragment="content">
|
||||||
Create a new device
|
Create a new device
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user