File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring/src/main/resources/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
<!-- Slightly ashamed of this JavaScript/CSS but it works ¯\_(ツ)_/¯ -->
28
28
29
29
< body >
30
- < h1 class ="title " id ="home "> Convert JSON to Kotlin Data Class </ h1 >
30
+ < h1 class ="title " id ="home "> Convert JSON to Kotlin</ h1 >
31
31
< div class ="j2kcontainer " style ="background:#3F51B5 ">
32
32
< form id ="jsonForm " action ="# " th:action ="@{/} " th:object ="${conversionForm} "
33
33
method ="post " onsubmit ="return validateForm() ">
@@ -38,7 +38,7 @@ <h1 class="title" id="home">Convert JSON to Kotlin Data Class</h1>
38
38
</ p >
39
39
</ form >
40
40
</ div >
41
- < h2 th:if ="${kotlin != null} " class ="title " id ="results "> Generated Kotlin Data Classes </ h2 >
41
+ < h2 th:if ="${kotlin != null} " class ="title " id ="results "> Generated Kotlin Source Code </ h2 >
42
42
< div class ="j2kcontainer " style ="background:#4CAF50 " th:if ="${kotlin != null} ">
43
43
44
44
< input type ="hidden " id ="filename " th:value ="${filename} "/>
You can’t perform that action at this time.
0 commit comments